Fix CSS bug.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
$break-point: 45em;
|
||||
$break-point: 600px;
|
||||
$bg-color: #EEEEEE;
|
||||
$main-color: #2196F3;
|
||||
$acc-color: #C51162;
|
||||
@@ -64,7 +64,7 @@ body {
|
||||
}
|
||||
|
||||
@media all and (max-width: $break-point) {
|
||||
.container > * {
|
||||
#container > * {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user