Browse Source

adjusting the homepage ad width and the button padding.

pull/359/head
connors 11 years ago
parent
commit
9ef36fccaa
  1. 3
      docs/assets/css/docs.css
  2. 5
      sass/docs.scss

3
docs/assets/css/docs.css

@ -92,7 +92,8 @@ body {
}
.docs-header .carbonad {
left: 50% !important;
margin-left: -165px !important;
width: 300px !important;
margin-left: -150px !important;
margin-bottom: 60px !important;
}

5
sass/docs.scss

@ -96,7 +96,8 @@ body {
// Ads on the homepage
.carbonad {
left: 50% !important;
margin-left: -165px !important;
width: 300px !important;
margin-left: -150px !important;
margin-bottom: 60px !important;
}
}
@ -296,7 +297,7 @@ body {
.btn {
display: block;
padding: 15px 90px 16px;
padding: 15px 75px 16px;
font-size: 18px;
margin-bottom: 0;
color: #0a1855;

Loading…
Cancel
Save