Fix the news links on the home page (#985)
the build was successful

This commit was merged in pull request #985.
This commit is contained in:
2019-06-12 16:56:52 +02:00
committed by docs-bot
parent 88731349a4
commit 19abe9c797
+13 -1
View File
@@ -1041,14 +1041,26 @@ video#freeyourandroid {
.more-news {
display: flex;
justify-content: space-between;
flex-direction: column;
gap: .75em;
margin-top: 2rem;
a.learn-more {
font-size: 1.3em;
font-weight: bold;
line-height: 1.5;
white-space: nowrap;
}
@media (min-width: @screen-sm-min) {
flex-direction: row;
gap: 0;
justify-content: space-between;
a.learn-more {
line-height: 1;
}
}
}
#formnl {