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%;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user