Why are the column widths the width they are as no width is defined?
Hello
Why are the column widths the width they are as no widths are defined?
I would like the columns to be different widths of my choice. I cannot figure why the main colunm is the width it is right now.
The .rightside colunm is a smaller width then the aside colunm next to it.
I also have removed from .container
display: flex;
flex-direction: column;
And from: main
flex: 1;
There is no change in the layout so I guess they are not needed.
I can resize the width of the browser and the layout collapses correctly. It looks fine in my android LG6 cell phone. Is the code all correct?
I did a css check and no errors were found.
test page
