webapp/src/components/Author/Full.scss

31 lines
434 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.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;
}
2022-09-09 11:53:35 +00:00
}
.author-page {
.view-switcher {
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;
}
}