mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
doc: Ensure proper responsiveness for images
This commit is contained in:
parent
b60a26a0f9
commit
31e362563d
@ -43,6 +43,10 @@ hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// Less helper to remove the ability to select.
|
||||
// This is generally user-hostile, use sparingly.
|
||||
#no-select() {
|
||||
|
Loading…
Reference in New Issue
Block a user