mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
15 lines
180 B
CSS
15 lines
180 B
CSS
main section {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
main h2 {
|
|
font-size: 3rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
main h2 {
|
|
font-size: 1.75rem;
|
|
}
|
|
}
|