tech-ingolf-wagner-de/src/lessc/page/custom-iphone.less

23 lines
257 B
Plaintext
Raw Normal View History

2021-08-28 09:57:01 +02:00
.flexbox.iphone-overlay {
&.box-size-third {
.flexitem {
margin: 1%;
flex: 0 0 31%;
}
}
&.box-size-half {
.flexitem {
margin: 1%;
flex: 0 0 49%;
}
}
img {
border-radius: 20px;
width: 100%;
}
}