From 0334cb2a8d79f511b95bd71ed5ee20a38077525c Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:55:49 +0000 Subject: code maintainence --- src/app/kdrama/styles/search.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/kdrama/styles/search.module.css') diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css index 8b723db..de17169 100644 --- a/src/app/kdrama/styles/search.module.css +++ b/src/app/kdrama/styles/search.module.css @@ -57,7 +57,7 @@ margin: 5px; padding: 6px; background-color: #2e2e2eab; - border-radius: 10px; + border-radius: 0.5rem; cursor: pointer; transition: opacity 200ms linear, background-color 200ms linear; } @@ -73,14 +73,14 @@ .SearchEntry p { color: white; - font-family: "Atkinson Hyperlegible", serif; + font-family: "Lexend Deca", serif; font-size: 18px; width: 35vh; } .SearchEntry img { width: auto; - /* height: auto; */ + height: auto; border-radius: 0.5rem; } -- cgit v1.2.3