Fix CSS bug.

This commit is contained in:
Justin Hsu 2022-04-12 13:23:49 -04:00
parent 3e3443573a
commit ae4d332f4d
1 changed files with 2 additions and 2 deletions

View File

@ -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%;
}
}