Browse Source

adjusting width of the add to line up better with the grid

pull/359/head
connors 11 years ago
parent
commit
75f6493528
  1. 9
      docs/assets/css/docs.css
  2. 2
      sass/docs.scss

9
docs/assets/css/docs.css

@ -106,11 +106,6 @@ body {
transform: translateY(-50%) !important; transform: translateY(-50%) !important;
} }
} }
@media screen and (min-width: 1200px) {
.docs-sub-header .carbonad {
right: 30px !important;
}
}
.docs-masthead { .docs-masthead {
position: relative; position: relative;
padding-top: 15px; padding-top: 15px;
@ -365,7 +360,7 @@ body {
height: auto !important; height: auto !important;
margin-left: 145px !important; margin-left: 145px !important;
color: rgba(255, 255, 255, 0.65) !important; color: rgba(255, 255, 255, 0.65) !important;
font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-family: "Open Sans", sans-serif !important;
} }
.carbonad-text { .carbonad-text {
@ -387,7 +382,7 @@ body {
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.carbonad { .carbonad {
width: 330px !important; width: 360px !important;
border-right: 1px solid rgba(255, 255, 255, 0.1) !important; border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
border-left: 1px solid rgba(255, 255, 255, 0.1) !important; border-left: 1px solid rgba(255, 255, 255, 0.1) !important;

2
sass/docs.scss

@ -381,7 +381,7 @@ body {
// Desktop styles for ads // Desktop styles for ads
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.carbonad { .carbonad {
width: 330px !important; width: 360px !important;
border-right: 1px solid rgba(255,255,255,.1) !important; border-right: 1px solid rgba(255,255,255,.1) !important;
border-bottom: 1px solid rgba(255,255,255,.1) !important; border-bottom: 1px solid rgba(255,255,255,.1) !important;
border-left: 1px solid rgba(255,255,255,.1) !important; border-left: 1px solid rgba(255,255,255,.1) !important;

Loading…
Cancel
Save