Skip to content

Commit

Permalink
Merge pull request #2 from HeesungB/heesung#4
Browse files Browse the repository at this point in the history
Modify: Header menu padding
  • Loading branch information
HeesungB authored Mar 27, 2019
2 parents 8c6b378 + a7f4271 commit d533a07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3787,6 +3787,10 @@ input, select, textarea {
margin-top: -3.5rem;
}

#header.pad {
padding: 0 3rem;
}

#header > .navPanelToggle {
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id="wrapper">

<!-- Header -->
<section id="header">
<section id="header" class="pad">

<!-- Logo -->
<a href="index.html" class="logo"><strong>이드콘 한국</strong> ethcon korea</a>
Expand Down
2 changes: 1 addition & 1 deletion proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id="wrapper">

<!-- Header -->
<section id="header">
<section id="header" class="pad">

<!-- Logo -->
<a href="index.html" class="logo"><strong>이드콘 한국</strong> ethcon korea</a>
Expand Down

0 comments on commit d533a07

Please sign in to comment.