Added comics sans ttf file for mobile devices. Fixed footer bottom for mobile.

This commit is contained in:
Yohan Boujon 2023-06-24 18:46:00 +02:00
parent e6c72e3c8b
commit 6b41edfdc1
4 changed files with 4 additions and 2 deletions

BIN
assets/comic.ttf Normal file

Binary file not shown.

BIN
assets/comicb.ttf Normal file

Binary file not shown.

View file

@ -2,8 +2,8 @@
@font-face { @font-face {
font-family: 'Comic Sans MS'; font-family: 'Comic Sans MS';
src: url("comic-sans-ms/comici.ttf"); src: url("../assets/comicb.ttf");
} }
:root { :root {
--color-dark: #2D2424; --color-dark: #2D2424;

View file

@ -49,10 +49,12 @@
} }
.footer-bottom_grid.right-align{ .footer-bottom_grid.right-align{
flex: 1;
padding-right: 1rem; padding-right: 1rem;
} }
.footer-bottom_grid.left-align{ .footer-bottom_grid.left-align{
flex: 2;
padding-left: 1rem; padding-left: 1rem;
} }