mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #149 from nextcloud/add-max-width-for-img
add max-width for images
This commit is contained in:
@@ -68,6 +68,10 @@ h3 {
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user