2022-09-09 11:53:35 +00:00
|
|
|
.user-details {
|
2023-01-20 04:40:55 +00:00
|
|
|
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;
|
|
|
|
}
|
2022-09-09 11:53:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.author-page {
|
|
|
|
.view-switcher {
|
|
|
|
@include font-size(1.5rem);
|
2023-02-10 01:19:20 +00:00
|
|
|
|
2022-11-23 20:47:06 +00:00
|
|
|
margin-top: 0;
|
|
|
|
|
2022-09-09 11:53:35 +00:00
|
|
|
button {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.group__controls {
|
|
|
|
margin-bottom: 2em !important;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
}
|