mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Improved need boxes appearance
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user