Skip to content

Commit

Permalink
Changed the rensponsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
drkostas committed Nov 2, 2022
1 parent 7479c83 commit 04e7cec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
6 changes: 4 additions & 2 deletions styles/HomePage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,13 @@
}

.name {
font-size: 1rem;
font-size: 2rem;
margin-bottom: 2rem;

}

.bio {
font-size: 0.6rem;
font-size: 1rem;
margin-bottom: 2rem;
}

Expand Down
4 changes: 2 additions & 2 deletions styles/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
width: 10vw;
}
.icon {
height: 40px;
width: 40px;
height: 43px;
width: 43px;
padding: 0.6rem;
}
}
12 changes: 12 additions & 0 deletions styles/Tab.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@
background: var(--tab-active-bg);
border-bottom: none;
}

@media screen and (max-width: 900px) {
.tab {
font-size: 1.0rem;
}
}

@media screen and (max-width: 600px) {
.tab {
font-size: 1.1rem;
}
}
3 changes: 2 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,5 @@ a:visited {
color: var(--accent-color);
text-decoration: none;

}
}

0 comments on commit 04e7cec

Please sign in to comment.