feat: fix things
All checks were successful
eleventy / build (push) Successful in 4m52s

This commit is contained in:
rizaldy 2024-06-15 13:07:25 +07:00
parent e9e6d7730f
commit 1b591bbdfb
2 changed files with 32 additions and 9 deletions

View File

@ -82,6 +82,7 @@
padding: 2rem;
align-items: center;
position: relative;
text-align: center;
}
.c-hero h1 {
@ -98,10 +99,11 @@
.c-hero__right {
max-height: 440px;
overflow: hidden;
position: absolute;
right: 50px;
position: relative;
bottom: 0;
display: none;
right: 0;
text-align: center;
margin-bottom: -30px;
}
.c-button {
@ -114,10 +116,12 @@
font-size: inherit;
padding: 1rem 2rem;
display: block;
width: 100%;
}
.c-button--cta {
margin-top: 2rem;
margin-bottom: 3rem;
}
.c-hero img {
@ -160,7 +164,6 @@
text-align: left;
padding: 2rem;
border: 1px solid #eee;
border-radius: 10px;
background-color: #eee;
}
@ -172,7 +175,7 @@
.c-card p {
font-size: 1rem;
line-height: 1.5rem;
line-height: 1.8rem;
}
.c-hero--second {
@ -217,6 +220,7 @@
font-family: inherit;
font-weight: bold;
margin-bottom: 0.5rem;
line-height: 2.5rem;
}
.c-faq p {
@ -226,6 +230,7 @@
.c-section__title {
color: var(--primary-color);
margin-bottom: 10px;
line-height: 3.5rem;
}
.c-navbar a {
@ -323,6 +328,25 @@
border-radius: 0px;
}
.c-hero {
padding: 4rem;
text-align: left;
}
.c-hero__right {
position: absolute;
right: 50px;
margin-bottom: 0;
}
.c-button {
width: initial;
}
.c-button--cta {
margin-bottom: 0;
}
.c-navbar__wrapper {
margin-top: -8rem;
}
@ -355,7 +379,6 @@
margin: 0;
}
.c-navbar li {
padding: 0 2rem;
}
@ -365,8 +388,8 @@
padding: 4rem;
}
.c-hero__right {
display: initial;
.c-card {
border-radius: 10px;
}
.c-section--flex {

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" rel="stylesheet">
<link href="/assets/css/flo.css?v=1.0.0" rel="stylesheet">
</head>
<body>