Privacy policy and Terms of use page added. Adjustments in the index and auth pages and added the beta header

This commit is contained in:
2022-04-11 22:02:09 -03:00
parent 42e4bf0b71
commit df5ca3dfef
12 changed files with 238 additions and 7 deletions

View File

@@ -6,4 +6,16 @@ html, body {
body {
margin: 0vh 3vw;
font-family: 'Be Vietnam Pro', sans-serif;
}
#beta-banner {
background-color: #F38181;
color: #393E46;
padding: 2vh 0.5vw;
margin: 0px -3vw;
}
#beta-banner p {
margin: 0;
}

26
public/css/index.css Normal file
View File

@@ -0,0 +1,26 @@
.main {
display: flex;
flex-direction: column;
}
.button {
width: fit-content;
background-color: #4797ff;
color: #fff;
padding: 2vh 5vw;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
}
ul {
margin-top: 5vh;
}
ul li{
font-size: 20pt;
font-weight: bold;
}