fix: rounding
This commit is contained in:
parent
c5b9020de4
commit
8c0c27b5ee
3 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.2",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
|
@ -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