mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: override font-size for home subtitle <p>
This commit is contained in:
parent
1845649613
commit
2732f494cf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,6 @@
|
||||||
#banner-home-subtitle {
|
#banner-home-subtitle {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
padding-right: 5%;
|
padding-right: 5%;
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 250;
|
font-weight: 250;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
@ -32,6 +31,7 @@
|
||||||
|
|
||||||
#banner-home-subtitle p {
|
#banner-home-subtitle p {
|
||||||
font-family: 'Inter', Arial, Helvetica, sans-serif;
|
font-family: 'Inter', Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner-home-subtitle a {
|
#banner-home-subtitle a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue