Compare commits

...

4 Commits

Author SHA1 Message Date
122c34f891 Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/lumbung.space
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-07 21:35:33 +05:00
0413d02746 fix alignment issues in mobile menu 2022-04-07 21:35:29 +05:00
95ff6b702f fix nav drawer layout shifts on mobile 2022-04-07 21:18:32 +05:00
1a85b01de7 update pen color variables 2022-04-07 21:17:00 +05:00

View File

@ -40,8 +40,8 @@
--tv-dark: #237D0F;
--tv-light: #E2FAD7;
--pen-dark: #E0005C;
--pen-light: #FEDAE9;
--pen-dark: #C5021E;
--pen-light: #FFEBD9;
--social-light: #C2E4F2;
--social-dark: #0163A4;
@ -288,7 +288,7 @@ body {
}
.drawer .has-submenu {
padding-left: 2rem;
padding-left: 1em;
margin-left: 5px;
}
@ -392,6 +392,7 @@ footer.post-footer {
color: var(--shouts-dark);
}
.h-entry.network header {
display: flex;
flex-direction: column;
@ -884,13 +885,17 @@ footer a:hover {
z-index: 3;
}
.hamburger.opened {
position: fixed;
}
.drawer {
display: block;
position: fixed;
background: white;
top: 0;
left: 0;
height: 100vh;
height: 110vh;
width: 0;
z-index: 2;
transition: 0.2s all ease-in-out;