Subarist Random question: Are you by any chance into Subarus? (eg: WRXs, BRZs, etc...)
It's the first thing that comes to mind from reading your username.
Subarist Setting a maximum width can prevent the layout from being too spread out on large screens.
Yeah, true aye, that is a very good point right there. 🙂Thanks
It's currently looking like this:
.IndexPage {
width: 95%; /* Retained for <768px control */
/* margin-left: 2.5%; */
/* margin-right: 2.5%; */
max-width: 1100px;
margin: 0 auto;
}
Seems to be looking better now.
Wasn't so successful with the .DiscussionListItem-title
font-size tweaks though. Things rapidly began spiraling out of control...😂 so I reverted back to vw
units and did a little fine tuning...hopefully resulting with some degree of improvement...