Skip to content

Commit 695bd8c

Browse files
committed
style: the vague page v4
1 parent 306f417 commit 695bd8c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/styles/EditorialNew.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,16 @@ hr { margin-top: 0; margin-bottom: 0; border-top: 1px solid rgba(26, 26, 26, .25
149149
.c-nav_label { position: absolute; bottom: 1.66667rem; font-family: 'Instrument Sans', sans-serif; writing-mode: vertical-rl; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.1em; }
150150
@media (max-width:699px) { .c-nav_label { display: none } }
151151

152-
.c-nav_panel { height: 100%; color: #1a1a1a; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; overflow-y: auto; font-family: 'Instrument Sans', sans-serif; }
152+
.c-nav_panel {
153+
height: 100%;
154+
color: #1a1a1a;
155+
display: flex;
156+
flex-direction: column;
157+
justify-content: space-between;
158+
padding: 2rem 2rem 2rem 5rem;
159+
overflow-y: auto;
160+
font-family: 'Instrument Sans', sans-serif;
161+
}
153162
.is-invert .c-nav_panel { color: #f4f4f4; }
154163
.c-nav_panel_main { font-size: 3rem; font-weight: 200; text-transform: uppercase; letter-spacing: -0.02em; }
155164
.c-nav_panel_list { margin: 2rem 0 2rem 1rem; }

0 commit comments

Comments
 (0)