From a9d61648879edcb6c28329842868f564db90c91e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 20 Sep 2021 15:27:43 +0900 Subject: [PATCH] ++style change --- assets/u/static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/u/static/style.css b/assets/u/static/style.css index 7ff6e0b..459c337 100644 --- a/assets/u/static/style.css +++ b/assets/u/static/style.css @@ -25,6 +25,20 @@ header h1 { font-size: 42px; } +// Sanghee, 2021-09-20 +h2 { + font-size: 1.65rem; + line-height: 2; + font-weight: 700; +} + +// Sanghee, 2021-09-20 +h3 { + font-size: 1rem; + text-transform: uppercase; + font-weight: 700; +} + header nav ul { list-style: none; margin: 0;