frontpage: Adjust column presentation.
This commit is contained in:
parent
b331d52331
commit
d2657eddd0
1 changed files with 7 additions and 6 deletions
|
@ -263,14 +263,15 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
.column h2 a { text-decoration: none; color: #000000; }
|
.column h2 a { text-decoration: none; color: #000000; }
|
||||||
.column h2 a:hover { text-decoration: underline; }
|
.column h2 a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
@media all and (min-width: 60em) {
|
@media all and (min-width: 90em) {
|
||||||
.column {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.column:nth-child(odd) {
|
.column:nth-child(odd) {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 47%;
|
float: left;
|
||||||
margin-right: 3em;
|
width: 49%;
|
||||||
|
}
|
||||||
|
.column:nth-child(even) {
|
||||||
|
float: right;
|
||||||
|
width: 49%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue