add missing parentheses
This commit is contained in:
parent
f24ff9bc7c
commit
85287dd360
@ -299,17 +299,15 @@ ul li
|
|||||||
|
|
||||||
@media only screen and (max-width: 320px) {
|
@media only screen and (max-width: 320px) {
|
||||||
/* Style adjustments for viewports that meet the condition */
|
/* Style adjustments for viewports that meet the condition */
|
||||||
|
body {
|
||||||
|
|
||||||
body {
|
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
@ -321,4 +319,5 @@ h1 {
|
|||||||
-webkit-box-shadow: -1px 2px 2px 0px #aaa;
|
-webkit-box-shadow: -1px 2px 2px 0px #aaa;
|
||||||
box-shadow: -1px 2px 2px 0px #aaa;
|
box-shadow: -1px 2px 2px 0px #aaa;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user