Input for mobile users done

This commit is contained in:
2021-10-19 20:30:31 -03:00
parent 6b65f9afdc
commit ff02ece0dc
44 changed files with 4399 additions and 23328 deletions

25
build/sass/_header.scss Normal file
View File

@@ -0,0 +1,25 @@
header {
border-bottom: 1px solid rgb(200, 200, 200);
height: 15vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
h1 {
@include titleFont();
@include titleNormalize();
}
h2 {
@include titleFont();
@include titleNormalize();
color: rgb(72, 166, 253);
margin-top: 0.5vh;
cursor: pointer;
}
}