Reduce the breakpoint width for single column mode. closes #1688

This commit is contained in:
Gabe Kangas
2022-01-20 14:31:53 -08:00
parent dbf9776a6e
commit 372b1059c0
2 changed files with 3 additions and 2 deletions

View File

@@ -354,12 +354,13 @@ header {
background-color: transparent;
padding: 0px;
max-width: 740px;
min-width: 500px;
width: 50%;
overflow: hidden;
box-sizing: border-box;
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 700px) {
.modal__container {
width: 100%;
}