Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Oct 3, 2024
1 parent f2b2741 commit e3eea95
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CSS/index/language.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,25 @@
border-bottom: 1px solid #ccc;
cursor: pointer;
}

@media screen and (max-width: 750px) {

#top-icon {
width: 6em;
height: 6em;
position: relative;
top: 1em;
left: 1em;
display: inline-block;
}

#top-bar {
font-size: 2.5em;
left: -1.5em;
top: 0em;
}

#td_language #language_option p {
font-size: 1.2em;
}
}

0 comments on commit e3eea95

Please sign in to comment.