feat: adjust responsive thing
All checks were successful
eleventy / build (push) Successful in 3m37s

This commit is contained in:
rizaldy 2024-06-15 15:54:42 +07:00
parent 1b591bbdfb
commit de286bfa36
2 changed files with 13 additions and 1 deletions

View File

@ -49,11 +49,16 @@
width: 100%; width: 100%;
} }
.c-navbar__left {
padding-bottom: 1rem;
}
.c-navbar__wrapper { .c-navbar__wrapper {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
flex-direction: column; flex-direction: column;
padding-bottom: 2rem;
} }
.c-navbar h2 { .c-navbar h2 {
@ -132,6 +137,7 @@
} }
.c-button--cta-navbar { .c-button--cta-navbar {
display: none;
color: #ffffff; color: #ffffff;
background-color: var(--primary-color); background-color: var(--primary-color);
padding: 10px 20px; padding: 10px 20px;
@ -370,13 +376,19 @@
background-color: #eee; background-color: #eee;
} }
.c-navbar__left {
padding-bottom: 0;
}
.c-navbar__wrapper { .c-navbar__wrapper {
margin-top: 0; margin-top: 0;
flex-direction: row; flex-direction: row;
padding-bottom: 0;
} }
.c-button--cta-navbar { .c-button--cta-navbar {
margin: 0; margin: 0;
display: block;
} }
.c-navbar li { .c-navbar li {

View File

@ -12,7 +12,7 @@
<link href="/assets/css/reset.css" rel="stylesheet"> <link href="/assets/css/reset.css" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/flo.css?v=1.0.0" rel="stylesheet"> <link href="/assets/css/flo.css?v=1.1.0" rel="stylesheet">
</head> </head>
<body> <body>