31 lines
642 B
Text
31 lines
642 B
Text
body::before {
|
|
content: "";
|
|
display: block;
|
|
height: 155px;
|
|
margin: 24px 38px 10px 38px;
|
|
background-image: url("/images/kitestacks-logo.png");
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
background-size: 360px auto;
|
|
border-bottom: 2px solid rgba(56, 189, 248, 0.75);
|
|
}
|
|
|
|
body::after {
|
|
content: "Personal Infrastructure Platform";
|
|
position: absolute;
|
|
top: 128px;
|
|
left: 185px;
|
|
font-size: 15px;
|
|
letter-spacing: 0.18em;
|
|
text-transform: uppercase;
|
|
color: rgba(203, 213, 225, 0.75);
|
|
}
|
|
|
|
.service-card,
|
|
div[class*="service"] {
|
|
border-radius: 14px !important;
|
|
}
|
|
|
|
h2 {
|
|
letter-spacing: -0.02em;
|
|
}
|