Making WordPress.org

Ticket #6185: 6185.patch

File 6185.patch, 552 bytes (added by smit08, 4 years ago)

I have attached media screen code for 480px to solve this issue.

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

     
    15671567.notice.notice-info.notice-alt {
    15681568        background-color: #e5f5fa;
    15691569}
     1570@media screen and (max-width: 480px) {
     1571        .make-welcome .entry-content { 
     1572                margin-top: 30px;
     1573        }
     1574}
     1575       
     1576 No newline at end of file