Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix profile page CSS #10406

Merged
merged 4 commits into from
Feb 22, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix .username and change em to rem
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser committed Feb 21, 2020
commit 6e65719427c5f4aa32d92437d530c31ab725b1ad
16 changes: 8 additions & 8 deletions web_src/less/_user.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

&.profile {
.ui.card {
.header,
.username {
display: block;
}

.header {
font-weight: 700;
font-size: 1.3em;
margin-top: -0.2em;
line-height: 1.3em;

&,
.username {
display: block;
}
font-size: 1.3rem;
margin-top: -0.2rem;
line-height: 1.3rem;
}

.extra.content {
Expand Down