Making WordPress.org

Ticket #6163: #6163.patch

File #6163.patch, 704 bytes (added by hilayt24, 3 years ago)

Required padding is added to the places.

  • branches/master/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    15641564.notice.notice-info.notice-alt {
    15651565        background-color: #e5f5fa;
    15661566}
     1567
     1568
     1569@media screen and (max-width:945px) {
     1570        .comment-content li a{ 
     1571                margin-left: 5px;
     1572        }
     1573        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
     1574                padding: 10px;
     1575        }
     1576}
     1577 No newline at end of file