/** * This is the default window and we will have to hide the pane (side) */ .main {height:98vh; display:grid; grid-template-columns:70% auto; gap:4px; grid-template-rows:70px 40px auto 32px; padding-left:2%; padding-right:2%; } .main .header { display:grid; grid-template-columns:64px auto; gap:4px} .main .header .title {font-size:28px; font-weight:bold} .main .header img {width:55px; height:55px;} .main .content{ align-self:center; } .main .pane {border-left:1px solid #CAD5E0; height:100%; padding:8px;}