fix: rounding

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:21:05 -07:00
parent c5b9020de4
commit 8c0c27b5ee
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -476,7 +476,6 @@ button {
/* selects */
select {
border-radius: var(--rounded-full);
padding: var(--sizing-xs) var(--sizing-sm);
}
@ -541,7 +540,6 @@ li {
/* images */
.image-banner {
border: 1px solid var(--accent-color);
border-radius: var(--rounded);
height: auto;
display: block;
width: 100%;