Update style.css
Browse files
    	
        style.css
    CHANGED
    
    | 
         @@ -40,7 +40,7 @@ body { 
     | 
|
| 40 | 
         | 
| 41 | 
         
             
            /* Center the card and set a max width */
         
     | 
| 42 | 
         
             
            .card {
         
     | 
| 43 | 
         
            -
              max-width:  
     | 
| 44 | 
         
             
              margin: 2rem auto;
         
     | 
| 45 | 
         
             
              padding: 2rem;
         
     | 
| 46 | 
         
             
              background-color: #fff;
         
     | 
| 
         | 
|
| 40 | 
         | 
| 41 | 
         
             
            /* Center the card and set a max width */
         
     | 
| 42 | 
         
             
            .card {
         
     | 
| 43 | 
         
            +
              max-width: 1300px;           /* allow wider content */
         
     | 
| 44 | 
         
             
              margin: 2rem auto;
         
     | 
| 45 | 
         
             
              padding: 2rem;
         
     | 
| 46 | 
         
             
              background-color: #fff;
         
     |