Skip to content

Commit

Permalink
resolved size container, this produced an unboarding on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkator committed Jun 2, 2023
1 parent 532a731 commit 4e00c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ html {
::selection {
background: #ffdc00
}
* {
border: solid 2px #ffdc00;
}

body,
html {
Expand Down Expand Up @@ -971,6 +974,7 @@ img.avatar {
position:absolute;
top:10%;
left:50%;
visibility: hidden;
}

img.avatar {
Expand Down

0 comments on commit 4e00c1c

Please sign in to comment.