Fix about heading size

This commit is contained in:
Hazem Krimi
2023-11-14 20:16:51 +01:00
parent 10ef4654ea
commit 1a5a9fbfef
+4
View File
@@ -12,6 +12,10 @@ section img {
}
@media only screen and (max-width: 1024px) {
main h2 {
font-size: 1.75rem;
}
section img {
display: none;
}