Commit 
							
							·
						
						fe001e3
	
1
								Parent(s):
							
							24c3665
								
Update templates/index.html
Browse files- templates/index.html +3 -0
 
    	
        templates/index.html
    CHANGED
    
    | 
         @@ -155,6 +155,9 @@ 
     | 
|
| 155 | 
         
             
                    }
         
     | 
| 156 | 
         | 
| 157 | 
         
             
                    @media only screen and (orientation: portrait) {
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 158 | 
         
             
                        h1 {
         
     | 
| 159 | 
         
             
                          margin-top: 20px !important;
         
     | 
| 160 | 
         
             
                        }
         
     | 
| 
         | 
|
| 155 | 
         
             
                    }
         
     | 
| 156 | 
         | 
| 157 | 
         
             
                    @media only screen and (orientation: portrait) {
         
     | 
| 158 | 
         
            +
                        .body {
         
     | 
| 159 | 
         
            +
                          height: 95vh;
         
     | 
| 160 | 
         
            +
                        }  
         
     | 
| 161 | 
         
             
                        h1 {
         
     | 
| 162 | 
         
             
                          margin-top: 20px !important;
         
     | 
| 163 | 
         
             
                        }
         
     |