💄style: set consistent no border radius

Only border radius left is main picture.
This commit is contained in:
welpo 2023-02-08 22:13:39 +01:00
parent ffb4c1279f
commit 4f7e25b01e
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
6 changed files with 1 additions and 11 deletions

View file

@ -10,7 +10,6 @@
min-height: 100px;
background: var(--bg-2);
border: 2px solid var(--border-color);
border-radius: 10px;
overflow: hidden;
}
@ -56,7 +55,6 @@
.bloglist-table-row {
padding: 2%;
background-color: var(--navbar-color);
border-radius: 5px;
transition: 300ms;
width: 28%;
margin-right: 1%;