From db48e2dd3089e5d4a866248c9a8f3258bd1b9709 Mon Sep 17 00:00:00 2001
From: Hyeonho Kang <[EMAIL REDACTED]>
Date: Wed, 16 Apr 2025 21:37:12 +0900
Subject: [PATCH] Adjust layout
---
css/stylesheet.css | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/css/stylesheet.css b/css/stylesheet.css
index 0fbd110..93b76a8 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -2,7 +2,7 @@ body {
margin: 0;
padding: 0;
font-family: Poppins, sans-serif;
- line-height: 137%;
+ line-height: 160%;
background: #f1f1f1;
}
@@ -28,12 +28,6 @@ h6 {
font-weight: normal;
}
-h4 {}
-
-h5 {}
-
-h3 {}
-
h2 {
margin-bottom: 0.6em;
margin-top: 0.24em;
@@ -148,7 +142,7 @@ div#wrapper {
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
height: auto;
margin: 0 auto;
- max-width: 1140px;
+ max-width: 1200px;
min-width: 600px;
padding: 1em 5%;
position: relative;
@@ -192,8 +186,8 @@ div#left {
div#content {
float: left;
- width: 73%;
- padding: 122px 0 0 8%;
+ width: 77%;
+ padding: 122px 0 0 4%;
}
div#header .box {
@@ -277,7 +271,6 @@ div#left div.box.lightblue h4 {
background: #8BB2D6;
}
-
div#content div.imagebox {
float: right;
clear: right;
@@ -384,7 +377,6 @@ table thead th {
color: #666666;
}
-
body.black {
background: #000;
color: white;
@@ -425,7 +417,6 @@ div#content div.imagebox {
max-width: 100%;
}
-
@media only screen and (max-device-width: 1171px) {
body {
line-height: 120%;