godofredoninja / simply

Theme for Ghost inspired on Medium
https://godofredo.ninja
GNU General Public License v3.0
640 stars 191 forks source link

remove flex-none class from header #165

Open enryIT opened 1 year ago

enryIT commented 1 year ago

"flex: none" equals to flex-grow: 0 flex-shrink: 0 flex-basis: auto

Why would you want to prevent shrinking in the header? This causes issue in mobiles or smaller screens. Just remove the class, omitting "flex" property equals to

flex-grow: 0 flex-shrink: 1 flex-basis: auto