mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Clients quotes
This commit is contained in:
45
sass/css/clients.scss
Normal file
45
sass/css/clients.scss
Normal file
@ -0,0 +1,45 @@
|
||||
@import "defs";
|
||||
|
||||
.client_box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.client_box-left {
|
||||
flex: 38%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.client_box-right {
|
||||
flex: 62%;
|
||||
}
|
||||
|
||||
.client_box-left-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.client_box-img {
|
||||
margin: 32px;
|
||||
}
|
||||
|
||||
.client_box-text {
|
||||
text-align: left;
|
||||
max-width: 800px;
|
||||
margin: 32px;
|
||||
font-size: 110%;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
.client_box-text::before {
|
||||
font-size: 96px;
|
||||
content: "“";
|
||||
color: #888;
|
||||
position: relative;
|
||||
left: -16px;
|
||||
top: 40px;
|
||||
}
|
Reference in New Issue
Block a user