From 3c29ced4fd7a5a87b1c3b513f5bb00e8e79fe1b8 Mon Sep 17 00:00:00 2001 From: Walkx <71191962+WalkxCode@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:35:50 +0200 Subject: [PATCH] Update custom.css --- assets/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}