mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 21:02:52 +02:00
client signature, nextcloud, prices style
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
@import "clients";
|
||||
@import "footer";
|
||||
@import "header";
|
||||
@import "prices";
|
||||
@import "process";
|
||||
@import "services";
|
||||
@import "team";
|
||||
@ -45,6 +46,13 @@ main.center {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.nn1200 {
|
||||
max-width: 1200px;
|
||||
margin-left: calc(50% - 600px);
|
||||
}
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: $blue;
|
||||
|
Reference in New Issue
Block a user