mirror of
https://github.com/docker/compose.git
synced 2025-07-29 16:44:20 +02:00
Make strapline smaller on mobile
This commit is contained in:
parent
a9838e9116
commit
6c8472dd67
@ -158,11 +158,17 @@ a.btn:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.strapline {
|
.strapline {
|
||||||
font-size: 40px;
|
font-size: 30px;
|
||||||
display: block;
|
}
|
||||||
line-height: 1.2;
|
|
||||||
margin-top: 25px;
|
@media (min-width: 768px) {
|
||||||
margin-bottom: 35px;
|
.strapline {
|
||||||
|
font-size: 40px;
|
||||||
|
display: block;
|
||||||
|
line-height: 1.2;
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-bottom: 35px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user