Added comics sans ttf file for mobile devices. Fixed footer bottom for mobile.
This commit is contained in:
parent
e6c72e3c8b
commit
6b41edfdc1
4 changed files with 4 additions and 2 deletions
BIN
assets/comic.ttf
Normal file
BIN
assets/comic.ttf
Normal file
Binary file not shown.
BIN
assets/comicb.ttf
Normal file
BIN
assets/comicb.ttf
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue