diff --git a/assets/custom.css b/assets/custom.css index bf71d28..3deea01 100755 --- a/assets/custom.css +++ b/assets/custom.css @@ -94,6 +94,9 @@ body .layout-vertical .card { .card { border-radius: 1rem; } +body .layout-vertical .column div:last-of-type .card { + border-radius: 1rem; +} /* Changes Header Opacity */ body #bighead .navbar { @@ -107,4 +110,4 @@ body .search-bar input { body #bighead .navbar a:focus, body #bighead .navbar a:hover { background-color: rgba(0, 0, 0, 0); color: var(--link-hover); -} \ No newline at end of file +}