Update index.css
This commit is contained in:
parent
d4d33cd7fb
commit
d4ce358e1b
1 changed files with 2 additions and 3 deletions
|
|
@ -146,8 +146,7 @@ body {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 20px auto 0 auto;
|
margin: 0 auto;
|
||||||
border-top: 1px solid var(--border-color);
|
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -299,7 +298,7 @@ body {
|
||||||
|
|
||||||
/* ===== Import/Export Section ===== */
|
/* ===== Import/Export Section ===== */
|
||||||
.share-details {
|
.share-details {
|
||||||
margin: 20px 0;
|
margin-top: 20px;
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue