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:
parent
b60a26a0f9
commit
31e362563d
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user