mirror of
https://github.com/jamsinclair/ballast.git
synced 2026-03-01 18:23:36 +01:00
21 lines
283 B
CSS
21 lines
283 B
CSS
section.cover img {
|
|
height: auto;
|
|
width: 100%;
|
|
max-width: 150px;
|
|
}
|
|
|
|
@media (max-width: 420px) {
|
|
section.cover img {
|
|
max-width: 100px;
|
|
|
|
}
|
|
|
|
section.cover h1 {
|
|
font-size: 2rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
section.cover blockquote {
|
|
font-size: 1.2rem;
|
|
}
|
|
} |