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

34 lines
447 B
SCSS
Raw Normal View History

2019-12-27 03:06:00 +00:00
.zineWrapper {
.backButton {
color: black;
}
.zineDetail {
margin-top: 30px;
2019-12-27 03:08:21 +00:00
.zineTitle {
font-weight: bold;
2019-12-31 19:16:35 +00:00
margin-top: 0px;
2019-12-27 03:08:21 +00:00
}
2019-12-27 03:06:00 +00:00
.zineImg {
width: 100%;
max-width: 400px;
margin-right: 50px;
2019-12-31 19:16:35 +00:00
margin-bottom: 25px;
float: left;
2019-12-27 03:06:00 +00:00
}
.zineWriteup {
.zinePrice {
margin-top: 10px;
}
.checkoutWrapper {
margin-top: 30px;
}
}
}
}