🐛 fix: override font-size for home subtitle <p>

This commit is contained in:
welpo 2023-02-11 19:55:29 +01:00
parent 1845649613
commit 2732f494cf
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -24,7 +24,6 @@
#banner-home-subtitle {
width: 95%;
padding-right: 5%;
font-size: 1rem;
font-weight: 250;
line-height: 1.75rem;
color: var(--text-color);
@ -32,6 +31,7 @@
#banner-home-subtitle p {
font-family: 'Inter', Arial, Helvetica, sans-serif;
font-size: 1rem;
}
#banner-home-subtitle a {