I made a Codepen: https://codepen.io/coder_extends_human/pen/eLLmgb
So I made a layout consisting of 12 tracks. I floated the exact times of the opening times to the right so it looks fine. I want the opening times to align with the "IMPRESSUM" but the way I did it it doesn't work. I tried to add min-content and max-content to the track including the opening times but it still gets fucked. CSS grid is still very confusing to although I already worked on this issue for 4 hours :(
Thanks in advance
.main {
display: grid;
grid-template-columns: repeat(12, 1fr);}