Reduce homepage hero font size on mobile (#833)

#831
This commit is contained in:
snoopdouglas
2024-04-15 09:31:00 +01:00
committed by GitHub
parent b5acf542b0
commit 619f4487ee

View File

@@ -1258,7 +1258,7 @@ section.hero .copy p {
margin: 0 auto;
}
section.hero .copy h1 {
font-size: 50px;
font-size: 40px;
}
section.hero .copy p {
text-align: center;