pedf
/
pomocskolam
Archived
1
0
Fork 0

Overflow fix

form
Emil Miler 4 years ago
parent 6da7f1579e
commit 3b35b1e4ee

@ -17,6 +17,7 @@ body {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
line-height: 1.8; line-height: 1.8;
overflow-x: hidden;
} }
nav ul { nav ul {
@ -49,7 +50,7 @@ header {
justify-content: space-around; justify-content: space-around;
padding: 4em 0; padding: 4em 0;
max-width: 100em; max-width: 100em;
width: 100vw; width: 100%;
img { img {
max-height: 7em; max-height: 7em;
@ -67,6 +68,7 @@ header {
main { main {
text-align: center; text-align: center;
margin-bottom: 5em; margin-bottom: 5em;
max-width: 40em;
h1, h2 { h1, h2 {
margin-top: 2em; margin-top: 2em;
@ -125,7 +127,7 @@ footer {
justify-content: center; justify-content: center;
padding: 1em; padding: 1em;
margin-top: auto; margin-top: auto;
width: 100vw; width: 100%;
p { p {
border-left: 1px solid #fff; border-left: 1px solid #fff;