Difference between revisions of "Foreground.css"

From Sega Retro

(Test blanking)
Tag: Blanking
Line 1: Line 1:
 +
@media all and (max-width:500px){
 +
    .filehistory{
 +
        width:100%;
 +
    }
  
 +
    .filehistory td, .filehistory th{
 +
        display:block;
 +
        width:100%;
 +
    }
 +
 +
    .filehistory tr{
 +
        display:block;
 +
        margin-bottom:30px;
 +
    }
 +
}

Revision as of 13:06, 6 September 2020

@media all and (max-width:500px){
    .filehistory{
        width:100%;
    }

    .filehistory td, .filehistory th{
        display:block;
        width:100%;
    }

    .filehistory tr{
        display:block;
        margin-bottom:30px;
    }
}