Typographic adjustments for mobile breakpoints => partners section

This commit is contained in:
Thomas Smith 2022-09-28 19:12:07 -04:00
parent 3ac0c6a10a
commit ad72378d99
3 changed files with 14 additions and 6 deletions

View file

@ -439,22 +439,22 @@
padding-top: 0.279vw;
text-decoration: none;
text-transform: uppercase;
width: 50vw;
height: 10vw;
width: 100%;
height: 14vw;
transition: 0.2s ease-in-out;
}
.detail-btn-large:hover{
background-color: #8000ff;
box-shadow: inset 0vw 0vw 0vw 1vw #1a1a1a !important;
box-shadow: inset 0vw 0vw 0vw 1.25vw #1a1a1a !important;
}
/* Icon Styling */
.detail-btn-large .icon-enter-arrow{
display: inline-block;
position: relaitve;
margin-right: 0.558vw;
position: relative;
margin-right: 2vw;
transition: 0.2s ease-in-out;
}

View file

@ -397,6 +397,14 @@ hr{
margin-bottom: -2.232vw;
}
.partners{
padding: 4vw !important;
}
.footer{
padding: 4vw !important;
}
}
@media only screen and (min-width: 576px) {

View file

@ -223,7 +223,7 @@ li{
}
h2{
font-size: 4rem;
font-size: 14vw;
line-height: 5rem;
}