add flex gap to buttons
All checks were successful
/ weblog.lol (push) Successful in 32s

This commit is contained in:
zepp 2025-03-09 23:33:53 -04:00
parent 3cbed5f4e3
commit 7a73b14865
2 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@
display: flex;
justify-content: center;
align-items: center;
gap: 0.25rem;
}
</style>
</head>

View File

@ -184,6 +184,7 @@ height: auto;
display: flex;
justify-content: center;
align-items: center;
gap: 0.25rem;
}
</style>