Replace half of .inner padding with margin -> adds side border to all pages
This commit is contained in:
@ -237,7 +237,7 @@ div#content .main {
|
|||||||
* The .inner class is for the content wrapper on inner pages (as opposed to the home page)
|
* The .inner class is for the content wrapper on inner pages (as opposed to the home page)
|
||||||
*/
|
*/
|
||||||
div#content .inner {
|
div#content .inner {
|
||||||
width:auto; padding: 4em 10%; position:relative;
|
width:auto; margin: 0 5%; padding: 4em 5%; position:relative;
|
||||||
background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71;
|
background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71;
|
||||||
color:black; font-size:1.2em; line-height:1.4em;
|
color:black; font-size:1.2em; line-height:1.4em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user