Increasing bottom margin of service blocks

This commit is contained in:
Kumi 2023-03-12 11:47:36 +00:00
parent bab50c3fa5
commit 571362bb72
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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 */