Merge UI with index

This commit is contained in:
Michał Gdula 2022-06-11 16:42:10 +01:00
parent b16cee217a
commit 80f2d9bc2d
6 changed files with 192 additions and 209 deletions

View file

@ -34,7 +34,7 @@ footer .top div {
color: var(--fg-dark);
}
footer .madeBy {
footer .uwu {
margin: 0.5em auto;
padding: 0;
@ -43,23 +43,23 @@ footer .madeBy {
display: flex;
justify-content: space-around;
}
footer .madeBy hr {
footer .uwu hr {
margin: 0;
padding: 0;
}
@media (max-width:470px) {
footer .madeBy {
footer .uwu {
flex-direction: column;
justify-content: center;
align-items: center;
}
footer .madeBy hr {
footer .uwu hr {
display: none;
}
}
footer .madeBy p,
footer .madeBy a {
footer .uwu p,
footer .uwu a {
font-family: 'Lexend Deca', sans-serif;
margin: 0;