Skip to content

Commit

Permalink
fix: style banner section
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Dec 13, 2021
1 parent 0088454 commit 3637164
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2113,11 +2113,15 @@
}
#blog-banner-1 {
body #blog-banner-1 {
margin-top: 12px;
margin-bottom: 12px;
}
body.index-type #blog-banner-1 {
margin-bottom: 0px;
}
body #mcTooltipWrapper #mcTooltip.banner-item {
width: 80vw !important;
}
Expand Down
6 changes: 5 additions & 1 deletion blog-theme/theme+adsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2106,11 +2106,15 @@
}
#blog-banner-1 {
body #blog-banner-1 {
margin-top: 12px;
margin-bottom: 12px;
}
body.index-type #blog-banner-1 {
margin-bottom: 0px;
}
body #mcTooltipWrapper #mcTooltip.banner-item {
width: 80vw !important;
}
Expand Down
6 changes: 5 additions & 1 deletion blog-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2106,11 +2106,15 @@
}
#blog-banner-1 {
body #blog-banner-1 {
margin-top: 12px;
margin-bottom: 12px;
}
body.index-type #blog-banner-1 {
margin-bottom: 0px;
}
body #mcTooltipWrapper #mcTooltip.banner-item {
width: 80vw !important;
}
Expand Down

0 comments on commit 3637164

Please sign in to comment.