forked from CryHavoc/dottes
Impose maximum width on main content.
This commit is contained in:
parent
474b95f1e9
commit
bfcc214f2f
|
@ -21,7 +21,7 @@ p
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner
|
div.banner, div.dottes-body
|
||||||
{
|
{
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
||||||
|
@ -38,6 +38,17 @@ div.banner
|
||||||
-moz-border-radius-bottomright: 5px;
|
-moz-border-radius-bottomright: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|
||||||
|
padding: 10px;
|
||||||
|
|
||||||
|
max-width: 1300px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.banner
|
||||||
|
{
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner img
|
div.banner img
|
||||||
|
@ -64,24 +75,8 @@ div.dottes-body
|
||||||
{
|
{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
-webkit-border-top-left-radius: 5px;
|
|
||||||
-webkit-border-top-right-radius: 5px;
|
|
||||||
-moz-border-radius-topleft: 5px;
|
|
||||||
-moz-border-radius-topright: 5px;
|
|
||||||
border-top-left-radius: 5px;
|
|
||||||
border-top-right-radius: 5px;
|
|
||||||
|
|
||||||
-webkit-border-bottom-left-radius: 5px;
|
|
||||||
-webkit-border-bottom-right-radius: 5px;
|
|
||||||
-moz-border-radius-bottomleft: 5px;
|
|
||||||
-moz-border-radius-bottomright: 5px;
|
|
||||||
border-bottom-left-radius: 5px;
|
|
||||||
border-bottom-right-radius: 5px;
|
|
||||||
|
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-body h1
|
div.dottes-body h1
|
||||||
|
|
Loading…
Reference in New Issue