fleet/website/assets/styles/pages/press-kit.less
eashaw 0294ec0f25
Add fleetdm.com/press-kit (#1981)
* created /press-kit page and updated routes and policies

* updated styles, placeholder-images

* created assets/images/press-kit/ and moved all relevant files

* changed filenames for logo previews

* cleaning up html, adjusting mobile styles

* removed empty <divs>, lint fix in stylesheet

* Added link to /press-kit in page footer

* Update layout.ejs
2021-09-10 06:56:29 +09:00

46 lines
667 B
Plaintext
Vendored

#press-kit {
p {
font-size: 14px;
font-family: 'Nunito Sans', sans-serif;
}
h1, h2 {
padding-top: 80px;
}
hr {
border-image-width: 2px;
color: @core-vibrant-blue-15;
margin-top: 80px;
}
a {
color: @core-vibrant-blue;
vertical-align: middle;
font-size: 14px;
}
.download-arrow {
height: 16px;
width: 16px;
margin-right: 6px;
display: inline;
margin-bottom: 4px;
}
.download-link {
vertical-align: baseline;
}
.preview-image {
max-width: 400px;
}
@media (max-width: 576px) {
hr {
margin-top: 20px;
}
.preview-image {
max-width: 100%;
}
}
}