This commit is contained in:
epoberezkin
2024-06-16 21:24:30 +00:00
parent 5c3cf40f7e
commit b90d7cddbc
3 changed files with 50 additions and 41 deletions
+10 -5
View File
@@ -1767,6 +1767,11 @@ video {
text-align: center;
}
.\!text-lg {
font-size: 1.125rem !important;
line-height: 1.75rem !important;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
@@ -2556,6 +2561,11 @@ video {
text-align: left;
}
.md\:\!text-xl {
font-size: 1.25rem !important;
line-height: 1.75rem !important;
}
.md\:text-\[20px\] {
font-size: 20px;
}
@@ -2572,11 +2582,6 @@ video {
font-size: 55px;
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.md\:leading-\[43px\] {
line-height: 43px;
}