Skip to content

Commit

Permalink
Updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
mezeru committed Aug 16, 2024
1 parent 2daa4a6 commit e0a1576
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -805,16 +805,16 @@ a {
@media only screen and (max-width: 1880px){

.gliched-text{
font-size: 1.75em;
font-size: 1em;
}

.gliched-move{
font-size: 1em;
font-size: 0.75em;
}

.proj-element{
.gliched-move{
font-size: 1em;
font-size: 0.75em;
}
justify-items: center;
align-content: center;
Expand All @@ -832,6 +832,8 @@ a {
}
}



@media only screen and (max-width: 1300px) {
.gliched-text{
font-size: 1.7em;
Expand Down

0 comments on commit e0a1576

Please sign in to comment.