add max-width for images

This commit is contained in:
Morris Jobke
2016-09-02 10:55:29 +02:00
parent e309f8d6df
commit bb17a39661

View File

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