code refactoring

remove old cupcake selector from stylesheet
This commit is contained in:
emma 2025-02-01 17:51:26 -05:00
parent b886cf3d79
commit 625e5dc992
1 changed files with 1 additions and 14 deletions

View File

@ -33,25 +33,12 @@ body {
}
.container {
height: 75vh;
height: 80vh;
width: auto;
position: relative;
z-index: 0;
}
.cupcakes {
display: flex;
flex-wrap: wrap;
height: 44vh;
width: 32vw;
top: 15vh;
left: 12vw;
padding-left: 2rem;
padding-top: 2rem;
position: absolute;
z-index: 1;
}
img {
max-height: 100%;
width: auto;