31 lines
434 B
SCSS
31 lines
434 B
SCSS
.user-details {
|
|
margin: 0 0 5.4rem;
|
|
|
|
@include media-breakpoint-up(md) {
|
|
margin-left: 160px;
|
|
}
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
margin-left: 235px;
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.author-page {
|
|
.view-switcher {
|
|
margin-top: 0;
|
|
|
|
button {
|
|
font-size: 100%;
|
|
}
|
|
}
|
|
|
|
.group__controls {
|
|
margin-bottom: 2em !important;
|
|
margin-top: 0 !important;
|
|
}
|
|
}
|