mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
0294ec0f25
* 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
46 lines
667 B
Plaintext
Vendored
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%;
|
|
}
|
|
}
|
|
|
|
}
|