fix css for mobile browsers
This commit is contained in:
parent
ac03a73e2f
commit
719262c28b
@ -6,7 +6,7 @@ $ninesixty_columns: 12;
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: 'Lobster', Georgia, Times, serif;
|
font-family: 'Lobster', Georgia, Times, serif;
|
||||||
font-size: 5em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -36,7 +36,6 @@ a {
|
|||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
&:hover {
|
&:hover {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color: $orange;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -45,6 +44,7 @@ header {
|
|||||||
a {
|
a {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user