Skip to content

Commit

Permalink
fixed mobile CV page
Browse files Browse the repository at this point in the history
  • Loading branch information
coffandro committed Mar 8, 2024
1 parent 43f7648 commit 02921e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ summary::-webkit-details-marker {
width: 68%;
height: 25%;
}
.mobile .CVGrid {
position: relative;
width: 100%;
}

.CVInternalGrid {
text-align: left;
Expand Down Expand Up @@ -281,6 +285,9 @@ summary::-webkit-details-marker {
border: 2px solid;
border-color: var(--main-color);
}
.mobile .CVSideBar {
position: relative;
}

.CVSideBar a {
text-decoration: none;
Expand Down

0 comments on commit 02921e7

Please sign in to comment.