Making WordPress.org

Ticket #6363: 6363.patch

File 6363.patch, 446 bytes (added by multidots1896, 3 years ago)

added patch

  • wordpress.org/public_html/style/blog-wp4.css

     
    113113.storycontent {
    114114        padding-right: 60px;
    115115}
     116@media screen and (max-width:576px) {
     117        .storycontent {
     118                padding-right: 0;
     119        }
     120}
    116121
    117122.storycontent ul li {
    118123        margin-bottom: 5px;