mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Clients quotes
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
@import "defs";
|
||||
|
||||
@import "clients";
|
||||
@import "footer";
|
||||
@import "header";
|
||||
@import "process";
|
||||
|
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;
|
||||
}
|
@ -18,7 +18,7 @@ footer {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
footer a {
|
||||
footer a, footer a:visited {
|
||||
color: #fdb;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user