Skip to content

Commit

Permalink
revered margin-top to previous value, add padding top as mobile view …
Browse files Browse the repository at this point in the history
…still wasnt changing
  • Loading branch information
banchan86 committed May 28, 2024
1 parent 6b66306 commit 0f3d4fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,8 @@ textarea.form-input::-webkit-resizer { display: none; }
*/

main {
margin-top: 100px;
margin-top: 60px;
padding-top: 20px;
margin-bottom: 100px;
}

Expand Down

0 comments on commit 0f3d4fc

Please sign in to comment.