Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
geographyclub committed Oct 10, 2024
1 parent 75169b1 commit d66f439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ h4 {font-family:'Noto Sans',sans-serif; font-size:16px; font-weight:400; line-he
p {font-family:'Noto Sans',sans-serif; font-size:16px; font-weight:400; line-height:1.5; margin:0; padding:0 0 5px 0;}
a {color:#333; text-decoration:underline; text-decoration-thickness:1px;}
.gowun{font-family:'Gowun Batang'; font-size:25px; font-weight:400; line-height:1.2; margin-top:10px;}
hr {border:none; height:1px; background-color:#333; margin:2px auto 5px auto; padding:0; width:100%;}
hr {border:none; height:1px; background-color:#333; margin:2px auto 10px auto; padding:0; width:100%;}

body {color:#333; background-color:#fff; box-sizing:border-box; margin:0; padding:0; font-family:Sans;}
header {color:#333; background-color:#fff; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center; padding:0; margin:0; position:fixed; height:50px; width:100%; top:0; left:0; z-index:1000; border-bottom:1px #333 solid;}
Expand Down Expand Up @@ -42,7 +42,7 @@ nav p {color:#333; text-decoration:none; font-size:12px; line-height:0.8; paddin
.image-container{padding-top:0;}
}

.banner{color:#333; background-color:#fff; width:100%; max-width:768px; padding-top:80px; margin-bottom:20px; position:relative;}
.banner{color:#333; background-color:#fff; width:100%; max-width:768px; padding-top:80px; margin-bottom:0px; position:relative;}

.footer {background-color:#fff; color:#333; box-sizing:border-box; padding:25px 20px; margin-top:10px; text-align:left; border-top:1px solid #333;}
.footer a{color:#333;}
Expand Down

0 comments on commit d66f439

Please sign in to comment.