resolution fix
This commit is contained in:
parent
7d6f6eb4d5
commit
d19ded377f
6 changed files with 19 additions and 9 deletions
src/layouts
|
@ -95,7 +95,7 @@ const line = displayLine ? "flex" : "none"
|
|||
align-items: stretch;
|
||||
align-content: center;
|
||||
justify-content: space-around;
|
||||
padding: 1em;
|
||||
padding: 1em 0px;
|
||||
color: var(--c-primary-text);
|
||||
font-size: 1em;
|
||||
position: relative;
|
||||
|
@ -114,6 +114,9 @@ const line = displayLine ? "flex" : "none"
|
|||
margin-left: 3rem;
|
||||
font-size: 1.85rem;
|
||||
}
|
||||
.wrapper {
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1100px) {
|
||||
.wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue