Skip to content

Commit

Permalink
modified: styles/mobile-styles.css
Browse files Browse the repository at this point in the history
	modified:   styles/style.css
  • Loading branch information
Thizh committed Jan 31, 2024
1 parent 7df1305 commit 15f3afc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions styles/mobile-styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@media (max-width: 767px) {

.container {
--circleDiameter: 200px;
}
Expand All @@ -23,9 +22,13 @@
padding: 10px;
}

#overlay-content {
font-size: 10px;
}
.paragraphs {
font-size: 10px;
}

.greet {
font-size: 20px;
}

#overlay-cv {
margin-bottom: 50px;
Expand Down Expand Up @@ -69,5 +72,5 @@
text-decoration: none;
display: block;
}

}

2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ button {
100% {
transform: scale(1);
}
}
}

0 comments on commit 15f3afc

Please sign in to comment.