This commit was merged in pull request #985.
This commit is contained in:
+13
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user