Minor style fixes
This commit is contained in:
parent
b383674de0
commit
a035f22c91
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
@include media-breakpoint-between(md, lg) {
|
||||
flex: 1 0 100%;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
|
|
|
@ -101,6 +101,12 @@
|
|||
li:last-child & {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
button {
|
||||
@include media-breakpoint-between(md, lg) {
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.besideColumnTopic {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user