Set media breakpoint to match Bootstrap's "large" size

master v0.1.1
Kevin C. Coram 2019-12-11 22:49:03 -05:00
parent d85b711791
commit f182add92a
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ div.asides-box {
grid-area: aside; grid-area: aside;
} }
@media (min-width: 1024px) { @media only screen and (min-width: 922px) {
div.asides-box { div.asides-box {
max-width: 350px; max-width: 350px;
border-left: thin solid; border-left: thin solid;