Need help making my WeatherApp responsive

You can try this.

body {
  background-color: #1B1D28;
  font-family: 'Roboto', sans-serif;
  color: white;
  display: flex;
  height: 100vh;
}

.main {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
1 Like