mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 05:17:10 +00:00
css: hide summary texts on small screens
This commit is contained in:
parent
40d839da38
commit
b4c6128afb
|
@ -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
|
Loading…
Reference in a new issue