1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00

doc: Ensure proper responsiveness for images

This commit is contained in:
Samuel Dionne-Riel 2020-03-03 17:19:57 -05:00
parent b60a26a0f9
commit 31e362563d

View File

@ -43,6 +43,10 @@ hr {
display: none; display: none;
} }
img {
max-width: 100%;
}
// Less helper to remove the ability to select. // Less helper to remove the ability to select.
// This is generally user-hostile, use sparingly. // This is generally user-hostile, use sparingly.
#no-select() { #no-select() {