Progress.
This commit is contained in:
14
css/main.css
14
css/main.css
@ -14,7 +14,7 @@
|
||||
|
||||
* { z-index: 1; }
|
||||
html { margin 0; padding: 0; }
|
||||
body { margin: 0; background: #FFF; font-size: 1.2em; font-family: quicksand; line-height: 1.5em; }
|
||||
body { margin: 0; background: #FFF; font-size: 1.2em; font-family: quicksand; line-height: 1.5em; text-align: justify; }
|
||||
|
||||
a { text-decoration: inherit; color: inherit; }
|
||||
|
||||
@ -31,6 +31,8 @@ a.buttonLike:hover { background: #C11; color: #FFF; }
|
||||
|
||||
.centerVertically { vertical-align: middle !important; }
|
||||
|
||||
div.placeHolder { display: none; }
|
||||
|
||||
/* =============
|
||||
| Structure elements
|
||||
|============ */
|
||||
@ -54,10 +56,16 @@ nav > a[href="#bottom"]:hover:before { background: #F00; color: #FFF; }
|
||||
| Sections
|
||||
|====== */
|
||||
|
||||
section > div > div { display: inline-block; width: 45%; vertical-align: top; }
|
||||
@media screen and (min-width: 70em) {
|
||||
|
||||
section > div > div { display: inline-block; width: 45%; vertical-align: top; }
|
||||
section > div > div:first-of-type { padding-right: 5%; }
|
||||
section > div > div:only-child { display: block; width: initial; padding-right: initial; }
|
||||
|
||||
}
|
||||
section > div > div img { display: block; width: 100%; }
|
||||
|
||||
section > div > div:first-of-type { padding-right: 5%; }
|
||||
#introduction > div > div { display: block; width: initial; }
|
||||
|
||||
/* =======
|
||||
| Defined lists (as <ul>)
|
||||
|
Reference in New Issue
Block a user