hero links font size update

This commit is contained in:
BenjaminToby 2021-05-25 22:07:56 +01:00
parent 0d84f17329
commit 1d0f6536ee

View File

@ -32,6 +32,8 @@ header {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 1000;
}
section {
@ -462,12 +464,15 @@ section.hero-section {
padding: 30px 20px;
}
.hero-subtext {
font-size: 20px;
}
.container-1200px.hero-content-container {
padding-right: 30vw;
}
.hero-content-link {
font-size: 20px;
background-color: white;
}