Templates dir, Put in and shift to a media query template for RWD issues.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
margin: var(--spacing-large);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
@media (max-width: 500px) {
|
||||
.pane {
|
||||
width: calc((50% - var(--spacing-small)) * 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user