This commit is contained in:
Jamie Kyle 2023-04-20 10:03:43 -07:00 committed by GitHub
parent 1f2cde6d04
commit 0e490542a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
196 changed files with 2117 additions and 1217 deletions

View file

@ -38,7 +38,8 @@
display: flex;
flex-direction: column;
justify-content: center;
margin: 8px 38px 8px 8px;
margin-block: 8px;
margin-inline: 8px 38px;
min-height: $size;
min-width: $size;
width: $size;
@ -72,7 +73,8 @@
content: '';
display: block;
height: 22px;
margin: 8px auto 0 auto;
margin-block: 8px 0;
margin-inline: auto;
width: 22px;
}