code refactoring
remove old cupcake selector from stylesheet
This commit is contained in:
parent
b886cf3d79
commit
625e5dc992
|
@ -33,25 +33,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 75vh;
|
height: 80vh;
|
||||||
width: auto;
|
width: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
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 {
|
img {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue