feat: adjust responsive thing
All checks were successful
eleventy / build (push) Successful in 3m37s
All checks were successful
eleventy / build (push) Successful in 3m37s
This commit is contained in:
parent
1b591bbdfb
commit
de286bfa36
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user