diff options
Diffstat (limited to 'common.css')
| -rw-r--r-- | common.css | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -11,6 +11,10 @@ h1, h2, h3, h4, h5, h6 { color: rgb(228, 222, 210); } +p, li { + font-size: 1em; +} + p, li, summary, embed { font-family: 'Nanum', Georgia, 'Times New Roman', Times, serif; color: rgb(228, 222, 210); @@ -42,13 +46,13 @@ a:hover { } .logo img { - width: 300px; + width: 30rem; transition: 0.4s; filter: drop-shadow(0 0 10px rgba(0,0,0,0.9)); } .logo img:hover { - width: 500px; + width: 35rem; filter: drop-shadow(0 0 10px rgba(255,255,255,0.9)); } @@ -68,8 +72,8 @@ a:hover { display: flex; justify-content: center; align-items: center; - max-height: 500px; - min-height: content; + max-height: 50vh; + min-height: auto; } .flex a { @@ -87,12 +91,14 @@ a:hover { border-radius: 50%; filter: blur(8px); z-index: 0; + width: 90%; } .flex img { display: block; position: relative; z-index: 1; + height: auto; } .flex img:hover { @@ -229,4 +235,4 @@ a:hover { font-family: 'Cherry'; src: url('fonts/CherryBombOne.ttf') format('truetype'); font-display: swap; -}
\ No newline at end of file +} |
