Fixed the article section by adding padding

master
Parin Parikh 2014-06-21 17:09:07 +01:00
parent 97daaa912e
commit 2374550681
2 changed files with 4 additions and 5 deletions

View File

@ -7,6 +7,7 @@
.articles-section {
background: $colorGrayBackground;
text-align: center;
padding: $lineHeight 0 $lineHeight*4;
}
.articles-count {

View File

@ -1,6 +1,6 @@
/**
*
* Main Stylesheet
* Main Stylesheet For Visual Style Guide
*
**/
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900");
@ -1136,6 +1136,7 @@ pre {
.articles-section {
background: #f0f0f0;
text-align: center;
padding: 26px 0 104px;
}
.articles-count {
@ -2060,10 +2061,7 @@ ol > li:nth-child(10n) ~ li:before, ol > li:nth-child(10n):before {
content: counter(list);
}
ul ol {
padding-top: 0;
}
ul ol,
ol ul {
padding-top: 0;
}