hero links font size update
This commit is contained in:
parent
0d84f17329
commit
1d0f6536ee
7
main.css
7
main.css
@ -32,6 +32,8 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
@ -462,12 +464,15 @@ section.hero-section {
|
|||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-subtext {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.container-1200px.hero-content-container {
|
.container-1200px.hero-content-container {
|
||||||
padding-right: 30vw;
|
padding-right: 30vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content-link {
|
.hero-content-link {
|
||||||
font-size: 20px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user