Enhance (?) service box styling with border and padding

Changed the styling of the service boxes to include a solid black border, rounded corners, and padding for better visual separation and aesthetic appeal. This update gives the elements a more defined and polished look, improving the overall user interface.
This commit is contained in:
Kumi 2024-01-01 12:26:17 +01:00
parent 7245f1474a
commit 83db0fac6c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,9 +7,12 @@ footer a {
color: #fff;
}
/* Give service boxes a bottom margin */
/* Give service boxes a border */
.service {
margin-bottom: 20px;
border: 1px black solid;
border-radius: 10px;
border-spacing: 10px;
padding: 10px;
}
/* Limit size of navbar logo */