rmc_website/assets/css/styledsi.css
IanSkinner1982 58f28662c6 stuff
2022-08-25 21:19:49 -04:00

18 lines
300 B
CSS

#content-wrap {
padding-bottom: 2.5rem; /* Footer height */
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem; /* Footer height */
}
@font-face {
font-family: dsifont;
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
}
body {
font-family: dsifont;
}