Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/*wrapper*/ padding: 0px; background: url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/810MATRiX.webp) center repeat; } .row { /*stackablerows*/ border-radius: 0px; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; } .panelColumn { display: flex; flex-direction: column; flex-basis: 100%; flex: 1; } .leftColumn { background-color: #2470FF; width:100%; overflow: auto; } .leftColumn img { flex-shrink: 0; max-width: 100%; max-height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; } .rightColumn { /* background-color: #c9ff23; */ } .rightColumn img { flex-shrink: 0; max-width: 100%; max-height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; }
- Loading branch information