19 lines
250 B
SCSS
19 lines
250 B
SCSS
|
.user-details {
|
||
|
margin-bottom: 4.4rem;
|
||
|
}
|
||
|
|
||
|
.author-page {
|
||
|
.view-switcher {
|
||
|
@include font-size(1.5rem);
|
||
|
|
||
|
button {
|
||
|
font-size: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.group__controls {
|
||
|
margin-bottom: 2em !important;
|
||
|
margin-top: 0 !important;
|
||
|
}
|
||
|
}
|