1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 13:47:28 +00:00

🔧 Add gap to .form-buttons

This commit is contained in:
Steffo 2021-07-19 21:08:44 +02:00
parent a47f83b536
commit 6f7edba293
Signed by: steffo
GPG key ID: 6965406171929D01
9 changed files with 9 additions and 4 deletions

View file

@ -128,6 +128,7 @@
grid-column-end: 3;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
width: 100%;

View file

@ -843,6 +843,7 @@ body .form-buttons {
grid-column-start: 1;
grid-column-end: 3;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
width: 100%;

File diff suppressed because one or more lines are too long

View file

@ -843,6 +843,7 @@ body .form-buttons {
grid-column-start: 1;
grid-column-end: 3;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
width: 100%;

File diff suppressed because one or more lines are too long

View file

@ -229,6 +229,7 @@
grid-column-start: 1;
grid-column-end: 3;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
width: 100%;

File diff suppressed because one or more lines are too long

View file

@ -843,6 +843,7 @@ body .form-buttons {
grid-column-start: 1;
grid-column-end: 3;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
width: 100%;

File diff suppressed because one or more lines are too long