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

View File

@ -12,7 +12,7 @@
<link href="/assets/css/reset.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>
<body>