Minor style fixes
This commit is contained in:
parent
b383674de0
commit
a035f22c91
|
@ -498,10 +498,9 @@ img {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@include font-size(1.5rem);
|
@include font-size(1.5rem);
|
||||||
|
|
||||||
border-radius: 0.8rem;
|
border-radius: 0.8rem;
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
padding: 1.1rem 1.2rem 0.9rem;
|
padding: 0.9rem 1.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
@include media-breakpoint-between(md, lg) {
|
@include media-breakpoint-between(md, lg) {
|
||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
margin-bottom: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
|
|
|
@ -101,6 +101,12 @@
|
||||||
li:last-child & {
|
li:last-child & {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
@include media-breakpoint-between(md, lg) {
|
||||||
|
margin-top: 0.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.besideColumnTopic {
|
.besideColumnTopic {
|
||||||
|
|
|
@ -264,14 +264,12 @@
|
||||||
|
|
||||||
.articleHeader {
|
.articleHeader {
|
||||||
@include font-size(1.4rem);
|
@include font-size(1.4rem);
|
||||||
|
|
||||||
left: $container-padding-x;
|
left: $container-padding-x;
|
||||||
margin: 0.2em 0;
|
margin: 0.2em 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: calc(100% - 180px);
|
|
||||||
|
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user