entel-me / entel

A platform to share your needs
https://entel.me
GNU General Public License v2.0
8 stars 4 forks source link

Move content of layout.module.css into layout.tsx #62

Closed antonykamp closed 3 years ago

antonykamp commented 3 years ago

Instead of using a *.module.css file, we can use the style={} props. In this case, the content of the object would be

style={{width: "min(100vw, 850px)"}}