type/sizing

This commit is contained in:
Thomas Smith 2022-09-27 16:31:55 -04:00
parent c0474cbbcf
commit d49e616283
3 changed files with 3 additions and 3 deletions

View file

@ -241,7 +241,7 @@
}
.button-container{
padding: 0vw 10vw !important;
padding: 0vw 8vw !important;
}
.dev-count{

View file

@ -37,7 +37,7 @@ html,body{
@media only screen and (max-width: 576px) {
.container{
max-width: 1920px;
padding: 10vw 5vw;
padding: 5vw 5vw;
}
}

View file

@ -230,7 +230,7 @@ li{
@media only screen and (max-width: 576px) {
h1{
font-size: 20vw;
font-size: 24vw;
line-height: 5rem;
}