spacing tweaks
This commit is contained in:
parent
d1c1b41ffe
commit
1845c33d71
1 changed files with 1 additions and 12 deletions
|
@ -94,7 +94,7 @@
|
|||
.profile-user-bio {
|
||||
// Limits the width of the user bio for readability.
|
||||
max-width: 600px;
|
||||
margin: 10px auto 0;
|
||||
margin: 10px auto;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
|
@ -225,13 +225,6 @@
|
|||
width: 90px;
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
|
||||
.member-date {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
|
@ -258,10 +251,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-profile-nav {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
table.u2f-registrations {
|
||||
th:not(:last-child), td:not(:last-child) {
|
||||
border-right: solid 1px transparent;
|
||||
|
|
Loading…
Reference in a new issue