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; color: #fff;
} }
/* Give service boxes a bottom margin /* Give service boxes a bottom margin */
Still working on a border style that I like */
.service { .service {
margin-bottom: 10px; margin-bottom: 20px;
/* border-radius: 5px;
border-width: 1px;
border-color: #000;
border-style: solid; */
} }
/* Limit size of navbar logo and invert it */ /* Limit size of navbar logo and invert it */