fix list size at blogs

This commit is contained in:
2024-10-02 12:55:33 +03:00
parent e0d39d84b1
commit a7abd438a9

View File

@@ -347,8 +347,17 @@ background-color:#5596f5 !important;
}
.article li{
font-size: 1rem;
font-size: 1.125rem;
font-family: "Lato", sans-serif;
line-height: 1.7;
color:#333
}
.article h3{
font-weight: 400;
}
.main-title {
font-family: "Lato", sans-serif;
}