More padding/margin fixes
This commit is contained in:
+1
-2
@@ -7,7 +7,7 @@ body {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
box-shadow: 0 0 5px #000;
|
||||
box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
|
||||
padding: 7px 25px;
|
||||
padding: 7px 25px 70px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
@@ -27,7 +27,6 @@ form {
|
||||
}
|
||||
section {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user