This commit is contained in:
parent
e9e6d7730f
commit
1b591bbdfb
@ -82,6 +82,7 @@
|
|||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-hero h1 {
|
.c-hero h1 {
|
||||||
@ -98,10 +99,11 @@
|
|||||||
.c-hero__right {
|
.c-hero__right {
|
||||||
max-height: 440px;
|
max-height: 440px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: relative;
|
||||||
right: 50px;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: none;
|
right: 0;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-button {
|
.c-button {
|
||||||
@ -114,10 +116,12 @@
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-button--cta {
|
.c-button--cta {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-hero img {
|
.c-hero img {
|
||||||
@ -160,7 +164,6 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,7 +175,7 @@
|
|||||||
|
|
||||||
.c-card p {
|
.c-card p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-hero--second {
|
.c-hero--second {
|
||||||
@ -217,6 +220,7 @@
|
|||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
line-height: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-faq p {
|
.c-faq p {
|
||||||
@ -226,6 +230,7 @@
|
|||||||
.c-section__title {
|
.c-section__title {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
line-height: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-navbar a {
|
.c-navbar a {
|
||||||
@ -323,6 +328,25 @@
|
|||||||
border-radius: 0px;
|
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 {
|
.c-navbar__wrapper {
|
||||||
margin-top: -8rem;
|
margin-top: -8rem;
|
||||||
}
|
}
|
||||||
@ -355,7 +379,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.c-navbar li {
|
.c-navbar li {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
@ -365,8 +388,8 @@
|
|||||||
padding: 4rem;
|
padding: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-hero__right {
|
.c-card {
|
||||||
display: initial;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c-section--flex {
|
.c-section--flex {
|
||||||
|
@ -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" rel="stylesheet">
|
<link href="/assets/css/flo.css?v=1.0.0" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user