slight styling changes

This commit is contained in:
zepp 2024-07-26 00:00:28 -04:00
parent 5f16bb34a3
commit d90ef954a8
1 changed files with 12 additions and 4 deletions

View File

@ -4,12 +4,14 @@
}
nav {
padding: 1em;
display: flex;
justify-content: space-around;
}
header {
padding: 0.5em;
height: 15%;
width: auto;
}
header, footer {
@ -55,18 +57,24 @@ main {
background-color: #9a6db6;
display: flex;
justify-content: center;
height: 70%;
width: auto;
}
.cat-img {
height: 500px;
margin: 15px;
height: auto;
width: auto;
border-radius: 10px;
border: 5px solid #6d5a8c;
}
footer {
height: 15%;
width: auto;
}
footer p {
margin: auto;
padding: 1em;
text-align: center;
font-size: 1.5em;