1
0
mirror of https://gitlab.com/redline-racing-division/tournament.git synced 2025-06-16 07:06:52 +00:00

added splash page

This commit is contained in:
Anson Biggs 2020-03-10 16:25:22 -07:00
parent 01e219ab45
commit 6bec441e6b

View File

@ -18,7 +18,7 @@ body {
} }
h1 { h1 {
font-family: "CooperHewittBold"; font-family: "CooperHewittBold" !important;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -33,3 +33,9 @@ a:hover {
/* font-weight: bold; */ /* font-weight: bold; */
font-style: italic; font-style: italic;
} }
section {
height: 100vh;
position: relative;
top: 10vh;
}