mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Services boxes
This commit is contained in:
@ -18,6 +18,7 @@ header {
|
||||
height: 48px;
|
||||
max-width: 1100px;
|
||||
margin: 0 auto 16px auto;
|
||||
padding: 0 4px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@ -65,6 +66,10 @@ a, a:visited {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.big-logo {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.cities {
|
||||
font-size: 18px;
|
||||
}
|
||||
@ -77,3 +82,59 @@ a, a:visited {
|
||||
font-size: 400%;
|
||||
font-family: Amatic;
|
||||
}
|
||||
|
||||
.slogan2 {
|
||||
font-size: 300%;
|
||||
font-family: Amatic;
|
||||
}
|
||||
|
||||
.need_services {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.need_box {
|
||||
flex: 38%;
|
||||
font-family: Amatic;
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.service_boxes {
|
||||
flex: 62%;
|
||||
text-align: center;
|
||||
font-family: LunaSans;
|
||||
}
|
||||
|
||||
.service_box {
|
||||
display: inline-block;
|
||||
width: 144px;
|
||||
padding-top: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.service_box-img {
|
||||
max-width: 128px;
|
||||
max-height: 128px;
|
||||
}
|
||||
|
||||
.service_box-img_wrap {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.service_box-link, .service_box-link:visited {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.service_box-title {
|
||||
position: relative;
|
||||
top: 14px;
|
||||
display: inline-block;
|
||||
padding-bottom: 14px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user