Improved need boxes appearance

This commit is contained in:
ZettaScript
2022-09-26 10:09:17 +02:00
parent ed374b109a
commit ca7ec37a9c
3 changed files with 17 additions and 9 deletions

View File

@ -89,14 +89,22 @@ a, a:visited {
}
.need_services {
margin-top: 16px;
display: flex;
align-items: center;
align-items: stretch;
justify-content: center;
}
.need_box {
flex: 38%;
font-family: Amatic;
font-size: 42px;
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.service_boxes {
@ -133,7 +141,7 @@ a, a:visited {
.service_box-title {
position: relative;
top: 14px;
top: 8px;
display: inline-block;
padding-bottom: 14px;
font-size: 24px;