diff --git a/css/styles.css b/css/styles.css index f9dfc42..dc107a9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -32,7 +32,8 @@ body::-webkit-scrollbar-thumb { } .blurry { - backdrop-filter: blur(7px) !important; + border-top-right-radius: 42px; + backdrop-filter: blur(7px) !important; } .sidenav-overlay { @@ -66,3 +67,11 @@ pre code { .background img { width: 100%; } + +.center_all_things { + position: absolute; + top: 50%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); +}