mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Carrés accueil, GE-Data
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import "defs";
|
||||
|
||||
.square_boxes {
|
||||
display: flex;
|
||||
flex: 62%;
|
||||
@ -6,9 +8,16 @@
|
||||
gap: 32px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.square_box {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
background: linear-gradient(-0.125turn, $blue, $violet);
|
||||
}
|
||||
|
||||
.square_box-title {
|
||||
font-family: Neucha;
|
||||
font-size: 175%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user