You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logo top margin is pushing the body down, would be better that the margin was applied to the main-container and leave the logo as:
header .logo {
width: 150px;
display: block;
margin: auto;
padding: 2rem 0;
}
The text was updated successfully, but these errors were encountered:
The logo top margin is pushing the body down, would be better that the margin was applied to the main-container and leave the logo as:
header .logo {
width: 150px;
display: block;
margin: auto;
padding: 2rem 0;
}
The text was updated successfully, but these errors were encountered: