Skip to content

Commit

Permalink
Minor dashboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Zhang committed Jul 15, 2021
1 parent d0a05e7 commit 5440a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/components/pages/dashboard/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@

.languages {
display: flex;
top: 1px;

@media (--xs-only) {
margin-top: 10px;
Expand All @@ -116,10 +117,10 @@

@media (--md-up) {
position: relative;
top: 2.5px;
}

& * {
align-self: end;
margin-inline-end: 33px;
padding-bottom: 13.5px;
font-size: 14px;
Expand Down

0 comments on commit 5440a19

Please sign in to comment.