21 bytes added
, 11:58, 8 July 2019
| Line 246: |
Line 246: |
| | .container{ | | .container{ |
| | width: 100%; | | width: 100%; |
| − | display: table; | + | display: block; |
| − | content: " ";
| |
| − | clear: both;
| |
| | } | | } |
| | | | |
| | .row{ | | .row{ |
| | width: 100%; | | width: 100%; |
| | + | display: table; |
| | + | content: " "; |
| | } | | } |
| | | | |
| Line 261: |
Line 261: |
| | | | |
| | .landingPage{ | | .landingPage{ |
| | + | clear: both; |
| | width: 90%; | | width: 90%; |
| | margin: auto; | | margin: auto; |