🌱🌹 Checkpoint

./styles/main.css:69682263/256
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-14 00:32:36 +00:00
parent 216bd50f34
commit cfd342cae0

View File

@ -105,8 +105,12 @@ a:visited {
img { img {
width: 100%; width: 100%;
} }
#logo { #logo {
display: block;
max-width: 500px; max-width: 500px;
margin-right: auto;
margin-left: auto;
} }
/* Page structure */ /* Page structure */
@ -136,6 +140,7 @@ h1, h2, h3 {
h1 { h1 {
font-size: 3rem; font-size: 3rem;
margin: 1rem 0; margin: 1rem 0;
text-align: center;
} }
h2 { h2 {