Latest solutions
Country-search app via React&Typescript
#react#react-router#redux#typescript#styled-componentsSubmitted over 1 year ago
Latest comments
- P@nataliesmythSubmitted over 1 year ago@KoptelkinPosted over 1 year ago
Set prop 'height' with value '100vh' to the classname '.main' in your 'style.css' file. Check below: .main { height: 100vh; display: flex; justify-content: center; align-items: center; }
So flexbox will allign all content vertically. This should help.
0 - @patryickSubmitted over 1 year ago@KoptelkinPosted over 1 year ago
Grid practice is cool, but much easier to use flexbox on parent element. Flexbox provides adaptive layout. Your layout isn't adaptive for phone users.
1