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