Increasing bottom margin of service blocks
This commit is contained in:
parent
bab50c3fa5
commit
571362bb72
1 changed files with 2 additions and 8 deletions
|
@ -7,15 +7,9 @@ footer a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* Give service boxes a bottom margin
|
||||
Still working on a border style that I like */
|
||||
/* Give service boxes a bottom margin */
|
||||
.service {
|
||||
margin-bottom: 10px;
|
||||
|
||||
/* border-radius: 5px;
|
||||
border-width: 1px;
|
||||
border-color: #000;
|
||||
border-style: solid; */
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Limit size of navbar logo and invert it */
|
||||
|
|
Loading…
Reference in a new issue