More styles adjustments

This commit is contained in:
Hazem Krimi
2023-11-09 21:12:36 +01:00
parent 6d21953612
commit 3211097afc
2 changed files with 18 additions and 8 deletions
+8
View File
@@ -7,8 +7,16 @@ main p {
margin-bottom: 3rem;
}
section {
margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
main h2 {
font-size: 1.75rem;
}
section {
margin-bottom: 2rem;
}
}