forked from leftypol/leftypol
css: add missing media queries to css styles
This commit is contained in:
parent
55d21a4dd5
commit
7de4ca2133
28 changed files with 819 additions and 666 deletions
|
|
@ -219,6 +219,11 @@ background-color: #2b2b2b;
|
|||
background-color: #2b2b2b;
|
||||
border: solid 1px #93e0e3;
|
||||
box-shadow: 3px 5px #93e0e3;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*dont touch this*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue