Skip to content

Commit

Permalink
small change to make mobile slightly more bearable
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Jul 9, 2023
1 parent 4172ac1 commit fdd4bf3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,15 @@ a:visited {
width: calc(max(100%, 500px));
height: 50%;
}

#profilepic {
width: 320px;
height: 320px;
width: calc(min(256px, 25%));
height: 256px;
object-fit: cover;
background-color: black;
outline: var(--outline-thickness) solid white;
animation: profileintro 1s var(--easer) 0.2s both, flash_outline 500ms var(--easer) 0.2s both;
}

#buttonbox {
height: 15%;
width: 100%;
justify-content: space-evenly;
}


#info {
width: 100%;
Expand Down Expand Up @@ -284,6 +277,12 @@ a:visited {
justify-content: left;
}

#buttonbox {
height: 15%;
width: 100%;
justify-content: space-evenly;
}

#linksbox {
overflow-x: hidden;
overflow-y: auto;
Expand Down

0 comments on commit fdd4bf3

Please sign in to comment.