summaryrefslogtreecommitdiff
path: root/sass/demo.scss
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 16:50:40 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 16:50:40 +0200
commite8571ad48565cfeff128215b890a5f2628dba0ed (patch)
tree18095703202f53c0eac4056819fcbbd3719ef675 /sass/demo.scss
parent86ea72c5acc96870bb2f9fac753d75307caf4d6e (diff)
update
Diffstat (limited to '')
-rw-r--r--sass/demo.scss18
1 files changed, 14 insertions, 4 deletions
diff --git a/sass/demo.scss b/sass/demo.scss
index 12df665..eac6cae 100644
--- a/sass/demo.scss
+++ b/sass/demo.scss
@@ -3,13 +3,13 @@ body {
}
#container {
- margin: 3.125em auto 6.25em;
+ margin: 50px auto 100px;
padding: 0 20px;
text-align: center;
- width: 41.25em;
+ width: 700px;
h1 {
- font-size: 2.125em;
+ font-size: 37px;
line-height: .882em;
text-transform: uppercase;
@@ -76,12 +76,22 @@ body {
font-size: .875em;
margin-top: 2.143em;
padding-top: 2.143em;
+
+ a {
+ color: #666;
+ }
}
}
@media only screen and (max-width: 660px) {
#container {
- width: 100%;
+ width: 90%;
+
+ &:before,
+ &:after {
+ content: ' ';
+ display: table;
+ }
}
}