mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
plein de trucs
This commit is contained in:
14
sass/css/square_box.scss
Normal file
14
sass/css/square_box.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.square_boxes {
|
||||
display: flex;
|
||||
flex: 62%;
|
||||
text-align: center;
|
||||
font-family: LunaSans;
|
||||
gap: 32px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.square_box {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
}
|
Reference in New Issue
Block a user