Fix profile page CSS (#10406)

* Fix profile page

Signed-off-by: jolheiser <[email protected]>

* Remove redundant CSS

Signed-off-by: jolheiser <[email protected]>

* Fix .username and change em to rem

Signed-off-by: jolheiser <[email protected]>

Co-authored-by: Lauris BH <[email protected]>
This commit is contained in:
John Olheiser
2020-02-22 16:06:07 +02:00
committed by GitHub
co-authored by Lauris BH
parent 089ccb0c80
commit f4370639be
+11
View File
@@ -5,10 +5,18 @@
&.profile {
.ui.card {
.header,
.username {
display: block;
}
.header {
font-weight: 700;
font-size: 1.3rem;
margin-top: -0.2rem;
line-height: 1.3rem;
}
.extra.content {
padding: 0;
@@ -40,6 +48,9 @@
}
#profile-avatar {
img {
width: 100%;
}
@media only screen and (max-width: 768px) {
height: 250px;
overflow: hidden;