Making WordPress.org

Ticket #4491: 4491.patch

File 4491.patch, 1.4 KB (added by milana_cap, 6 years ago)
  • archive.php

     
    3232
    3333                        <?php endwhile; ?>
    3434
    35                         <div class="archive-pagination">
    36                                 <?php posts_nav_link(); ?>
    37                         </div>
    3835                </div>
     36
     37                <div class="archive-pagination">
     38                        <?php posts_nav_link(); ?>
     39                </div>
    3940        </main>
    4041
    4142<?php
  • sass/site/_bbpress.scss

     
    1313
    1414.three-up { //3-columns section
    1515
    16         @extend .clear;
     16        &:not(.helphub-front-page) {
     17                @extend .clear;
     18        }
    1719
    1820        @media (min-width: $ms-breakpoint) {
    1921
  • sass/site/_helphub.scss

     
    2020                                text-decoration: none;
    2121                        }
    2222                }
     23
     24                @media (min-width: $ms-breakpoint) {
     25                        display: flex;
     26                        flex-wrap: wrap;
     27                        justify-content: space-between;
     28                        align-items: flex-start;
     29
     30                        .archive-block,
     31                        > div {
     32                                margin-right: 0;
     33                                margin-left: 0;
     34                                width: 30%;
     35                                font-size: ms( -2 );
     36                        }
     37                }
    2338        }
    2439}
    2540
     
    4055        }
    4156}
    4257
     58.archive-pagination {
     59        text-align: center;
     60        margin-top: 4rem;
     61}
     62
    4363body.helphub-with-sidebar {
    4464
    4565        .left-sidebar {
     
    107127                 }
    108128         }
    109129}