css: hide summary texts on small screens

This commit is contained in:
liushuyu 2021-11-18 19:02:05 -07:00
parent 40d839da38
commit b4c6128afb
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
2 changed files with 8 additions and 1 deletions

View file

@ -95,3 +95,10 @@ $blog-entry-single-height: 26em;
.is-bottom-marginless {
margin-bottom: 0 !important;
}
// Hide the summary text on small screen
@media only screen and (max-width: 810px) {
.summary-text {
display: none !important;
}
}

@ -1 +1 @@
Subproject commit 1525e0712d7646e9860494f67633f4dd7c4f1157
Subproject commit f978d34421a7246b6a5b997bf011f8ca8c75da44