Files
personal-website/assets/css/index.css
T
2023-11-09 21:17:25 +01:00

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;
}
}