Update styles for the Codefund box

This commit is contained in:
Rico Sta. Cruz 2018-03-29 12:41:32 +08:00
parent 38e1b6a2f7
commit 8ac84ed648
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,10 @@
.codefund-sponsor {
& {
min-height: 114px;
}
.cf-wrapper {
margin-left: auto;
margin-right: auto;
}
}

View File

@ -32,7 +32,7 @@
}
& > .adbox {
margin: 32px auto;
margin: 16px auto;
}
@media (max-width: 480px) {

View File

@ -23,6 +23,7 @@
@import './components/back-button';
@import './components/berry-sponsor';
@import './components/body-area';
@import './components/codefund-sponsor';
@import './components/comments-area';
@import './components/comments-details';
@import './components/comments-section';
@ -52,4 +53,3 @@
@import './components/site-header';
@import './components/top-nav';
@import './components/top-sheet';