Add single-user password utils (#9)
- Constrain images to reading viewport
This commit is contained in:
@@ -61,6 +61,13 @@ article {
|
||||
border-radius: .5rem;
|
||||
background-color: white;
|
||||
padding: .5rem;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
height: unset;
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
input[type=url],
|
||||
|
||||
Reference in New Issue
Block a user