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:
parent
7245f1474a
commit
83db0fac6c
1 changed files with 5 additions and 2 deletions
|
@ -7,9 +7,12 @@ footer a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Give service boxes a bottom margin */
|
/* Give service boxes a border */
|
||||||
.service {
|
.service {
|
||||||
margin-bottom: 20px;
|
border: 1px black solid;
|
||||||
|
border-radius: 10px;
|
||||||
|
border-spacing: 10px;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Limit size of navbar logo */
|
/* Limit size of navbar logo */
|
||||||
|
|
Loading…
Reference in a new issue