pedf
/
pomocskolam
Archived
1
0
Fork 0

Změna struktury

form
Emil Miler 4 years ago
parent b522f9ba53
commit 76cd405810

@ -3,12 +3,15 @@
src: url(/fonts/merriweather-regular.ttf); src: url(/fonts/merriweather-regular.ttf);
} }
* { box-sizing: border-box; }
body { body {
margin: 0; margin: 0;
font-family: merriweather, serif; font-family: merriweather, serif;
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
} }
header { header {
@ -16,6 +19,8 @@ header {
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
padding: 4em 0; padding: 4em 0;
max-width: 100em;
width: 100vw;
img { img {
max-height: 7em; max-height: 7em;
@ -79,6 +84,7 @@ footer {
justify-content: center; justify-content: center;
padding: 1em; padding: 1em;
margin-top: auto; margin-top: auto;
width: 100vw;
p { p {
border-left: 1px solid #fff; border-left: 1px solid #fff;
@ -98,7 +104,7 @@ footer {
} }
} }
main, .wrap { .wrap {
max-width: 60em; max-width: 55em;
margin: 0 auto; margin: 0 auto;
} }