mirror of
https://github.com/TeamNewPipe/website
synced 2025-10-05 16:13:13 +02:00
Fix position of feature descriptions on landing page
This commit is contained in:
@@ -312,11 +312,16 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#features .feature-detail .feature-media,
|
||||
.tile-media {
|
||||
.tile-media,
|
||||
#features .feature-detail .feature-description,
|
||||
.tile-description {
|
||||
width: calc(50% - 15px);
|
||||
margin-right: 15px;
|
||||
float: left;
|
||||
}
|
||||
#features .feature-detail .feature-media,
|
||||
.tile-media {
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
#features .feature-detail .feature-description,
|
||||
|
Reference in New Issue
Block a user