aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-05 12:22:56 -0400
committertaehoon <th.dev91@gmail.com>2019-09-20 11:35:47 -0400
commit37ae0fd92c2d392cda56912707e6c52faec54334 (patch)
tree8cf503c0c4167b3e6253fc4e5949a5390b84a326 /src/App.scss
parent92be5a68776633b166323108dd34216eaae20753 (diff)
fix logo moving bug when lightbox is open
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 3914cec2..a8850961 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -392,6 +392,7 @@ i[class*=icon-] {
}
.inner-nav {
+ position: relative;
margin: auto;
box-sizing: border-box;
padding-left: 10px;