Merge branch 'dev2' of https://github.com/sitcon-tw/2021 into dev2
This commit is contained in:
commit
a5290a602e
@ -72,6 +72,10 @@ $fontFamily: 'Noto Sans CJK TC', monospace;
|
|||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#example > p {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#presentation-example,
|
#presentation-example,
|
||||||
#espresso-example {
|
#espresso-example {
|
||||||
> p {
|
> p {
|
||||||
@ -92,6 +96,20 @@ $fontFamily: 'Noto Sans CJK TC', monospace;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include md {
|
@include md {
|
||||||
|
#news-schedule {
|
||||||
|
#presentation-example,
|
||||||
|
#espresso-example {
|
||||||
|
margin-bottom: unset;
|
||||||
|
.agenda.card.container {
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
column-gap: 42px;
|
||||||
|
row-gap: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: $max-width-small-0) {
|
||||||
#news-schedule {
|
#news-schedule {
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
@ -121,15 +139,5 @@ $fontFamily: 'Noto Sans CJK TC', monospace;
|
|||||||
#theme-example ~ p {
|
#theme-example ~ p {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#presentation-example,
|
|
||||||
#espresso-example {
|
|
||||||
margin-bottom: unset;
|
|
||||||
.agenda.card.container {
|
|
||||||
grid-template-columns: repeat(2, 1fr);
|
|
||||||
column-gap: 42px;
|
|
||||||
row-gap: 30px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user