|
|
@ -40,7 +40,7 @@ header .logo {
|
|
|
|
height: 5rem;
|
|
|
|
height: 5rem;
|
|
|
|
max-width: var(--wrap);
|
|
|
|
max-width: var(--wrap);
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
padding: 2rem;
|
|
|
|
margin: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
header .logo img { height: 100% }
|
|
|
|
header .logo img { height: 100% }
|
|
|
|
header .title {
|
|
|
|
header .title {
|
|
|
@ -103,6 +103,13 @@ main ul li {
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
|
|
|
height: 15rem;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin-bottom: 10rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
footer img { height: 100% }
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
header .title {
|
|
|
|
header .title {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|