garden.canalswans.net/src/layouts/zines.scss

30 lines
397 B
SCSS
Raw Normal View History

2019-12-27 03:06:00 +00:00
.zineWrapper {
.backButton {
color: black;
}
.zineDetail {
margin-top: 30px;
display: flex;
align-items: start;
flex-direction: row;
.zineImg {
width: 100%;
max-width: 400px;
margin-right: 50px;
}
.zineWriteup {
.zinePrice {
margin-top: 10px;
}
.checkoutWrapper {
margin-top: 30px;
}
}
}
}