fix: rounding
This commit is contained in:
parent
c5b9020de4
commit
8c0c27b5ee
3 changed files with 1 additions and 3 deletions
|
@ -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%;
|
||||
|
|
Reference in a new issue