Minor style fixes

This commit is contained in:
kvakazyambra 2023-07-23 19:32:18 +03:00
parent b383674de0
commit a035f22c91
4 changed files with 7 additions and 5 deletions

View File

@ -498,10 +498,9 @@ img {
button {
@include font-size(1.5rem);
border-radius: 0.8rem;
margin-right: 1.2rem;
padding: 1.1rem 1.2rem 0.9rem;
padding: 0.9rem 1.2rem;
}
}

View File

@ -37,7 +37,6 @@
@include media-breakpoint-between(md, lg) {
flex: 1 0 100%;
margin-bottom: 0.8rem;
}
@include media-breakpoint-up(md) {

View File

@ -101,6 +101,12 @@
li:last-child & {
border-bottom: none;
}
button {
@include media-breakpoint-between(md, lg) {
margin-top: 0.8rem;
}
}
}
.besideColumnTopic {

View File

@ -264,14 +264,12 @@
.articleHeader {
@include font-size(1.4rem);
left: $container-padding-x;
margin: 0.2em 0;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 180px);
@include media-breakpoint-down(md) {
display: none;