Making WordPress.org

Ticket #6098: #6098.2.patch

File #6098.2.patch, 719 bytes (added by kajalgohel, 3 years ago)

Add Patched for responsive (640px and below)

  • trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    532532}
    533533
    534534body {
    535         min-width: 48.5em; /* don't let it get ugly unless responsive */
     535        min-width: 116.5em; /* don't let it get ugly unless responsive */
    536536}
    537537body, th, tr {
    538538        line-height: 1.4; /* I don't know how you people read without this */
     
    21012101
    21022102@media (max-width: 640px) {
    21032103        body {
    2104                 min-width: 1em; /* small value to override previous min-width */
    21052104                -webkit-text-size-adjust: 100%;
    21062105        }
    21072106        h1, h2 {