mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 21:39:23 +00:00
add padding on all edited page
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
main {
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
@ -9,9 +10,7 @@ main {
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
|
||||
|
||||
>div {
|
||||
padding: 10px;
|
||||
> div {
|
||||
border-radius: 10px;
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
width: 210px;
|
||||
|
Reference in New Issue
Block a user