Update styles for the Codefund box
This commit is contained in:
parent
38e1b6a2f7
commit
8ac84ed648
|
@ -0,0 +1,10 @@
|
|||
.codefund-sponsor {
|
||||
& {
|
||||
min-height: 114px;
|
||||
}
|
||||
|
||||
.cf-wrapper {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
& > .adbox {
|
||||
margin: 32px auto;
|
||||
margin: 16px auto;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue