style: format

This commit is contained in:
Derrick Hammer 2023-07-28 12:48:06 -04:00
parent 15f7534995
commit d844a1b3ef
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 87 additions and 81 deletions

View File

@ -77,12 +77,18 @@ main {
display: flex;
gap: 2em;
button {
button, > a {
flex: 1;
}
> a {
flex: 1
}
}
.btn-main {
.btn-wrapper > .btn-main, .btn-wrapper > a {
text-align: center;
display: inline-block;
padding: 1em;
@include fluid-font-size(1.25rem);