code refactoring
remove old cupcake selector from stylesheet
This commit is contained in:
parent
b886cf3d79
commit
625e5dc992
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue