font tipi değiştirildi

This commit is contained in:
Yusuf İpek
2021-09-15 18:36:41 +03:00
parent 16dbf829ae
commit 7b1c093596
4 changed files with 16 additions and 20 deletions
+8 -9
View File
@@ -36,29 +36,23 @@
h1 {
font-size: 3.5rem;
font-weight: bold;
}
h2 {
font-size: 3rem;
font-weight: bold;
}
h3 {
font-size: 2.6rem;
font-weight: bold;
}
h4 {
font-size: 2.4rem;
font-weight: bold;
}
p,
li {
font-size: 2.2rem;
}
p {
font-family: "NunitoSansLight";
line-height: 160%;
font-size: 2rem;
margin-bottom: 1.5rem;
}
@@ -90,6 +84,11 @@
}
@include media("<small") {
grid-template-columns: 90%;
p {
font-size: 2.2rem;
}
img {
max-width: 100%;
min-width: 100%;