add missing parentheses
This commit is contained in:
parent
f24ff9bc7c
commit
85287dd360
@ -299,8 +299,6 @@ 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;
|
||||||
}
|
}
|
||||||
@ -322,3 +320,4 @@ h1 {
|
|||||||
box-shadow: -1px 2px 2px 0px #aaa;
|
box-shadow: -1px 2px 2px 0px #aaa;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user