Skip to content

Commit c5338dd

Browse files
Merge pull request #12 from Greenheart/fix/improve-menu-buttons-ux
Improve UX by making menu buttons easier to use.
2 parents 6416e6a + d56694c commit c5338dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/css/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ pre code {
981981
color: #311e3e;
982982
-webkit-transition: all .4s;
983983
transition: all .4s;
984+
padding: 10px;
984985
}
985986

986987
.menu-icon:hover,

assets/css/sass/parts/_header.scss

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
font-size: 18px;
7575
color: $dark-purple;
7676
transition: all .4s;
77+
padding: 10px;
7778
&:hover {
7879
opacity: .8;
7980
}

0 commit comments

Comments
 (0)