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",
|
"name": "coryd.dev",
|
||||||
"version": "13.0.1",
|
"version": "13.0.2",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
|
@ -476,7 +476,6 @@ button {
|
||||||
|
|
||||||
/* selects */
|
/* selects */
|
||||||
select {
|
select {
|
||||||
border-radius: var(--rounded-full);
|
|
||||||
padding: var(--sizing-xs) var(--sizing-sm);
|
padding: var(--sizing-xs) var(--sizing-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -541,7 +540,6 @@ li {
|
||||||
/* images */
|
/* images */
|
||||||
.image-banner {
|
.image-banner {
|
||||||
border: 1px solid var(--accent-color);
|
border: 1px solid var(--accent-color);
|
||||||
border-radius: var(--rounded);
|
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Reference in a new issue