Merge pull request #149 from nextcloud/add-max-width-for-img

add max-width for images
This commit is contained in:
Morris Jobke
2016-09-02 11:42:29 +02:00
committed by GitHub

View File

@@ -68,6 +68,10 @@ h3 {
margin: 12px 0;
}
img {
max-width: 100%;
}
.btn {
border-radius: 50px;
}