mirror of https://github.com/pixelfed/pixelfed.git
Update DiscoverFeed.vue component
This commit is contained in:
parent
c6f07456c1
commit
ca6836bca3
|
@ -3,8 +3,8 @@
|
|||
<section class="mt-3 mb-5 section-explore">
|
||||
<div class="profile-timeline">
|
||||
<div class="row p-0 mt-5">
|
||||
<div class="col-12 mb-4 d-flex justify-content-between align-items-center">
|
||||
<p class="d-block d-md-none h1 font-weight-bold mb-0 font-default">Trending</p>
|
||||
<div class="col-12 mb-4 d-flex justify-content-between align-items-center flex-column flex-lg-row">
|
||||
<p class="d-block d-md-none h1 font-weight-bold mb-3 font-default">Trending</p>
|
||||
<p class="d-none d-md-block display-4 font-weight-bold mb-0 font-default">Trending</p>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue