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

@ -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

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%;