mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-05 13:17:32 +02:00
fix ad placement
This commit is contained in:
@@ -391,7 +391,8 @@ body {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.carbonad {
|
.carbonad {
|
||||||
margin: 0 !important;
|
margin-left: 0 !important;
|
||||||
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -400,6 +401,7 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 15px; /* 15px instead of 0 since box-sizing */
|
right: 15px; /* 15px instead of 0 since box-sizing */
|
||||||
|
margin: 0 !important;
|
||||||
padding: 15px !important;
|
padding: 15px !important;
|
||||||
width: 330px !important;
|
width: 330px !important;
|
||||||
}
|
}
|
||||||
|
2
docs/assets/css/pack.min.css
vendored
2
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user