rounded corners in photo-grid

This commit is contained in:
Rupus Reinefjord 2018-01-12 12:55:51 +01:00
parent 15b1d3999a
commit addc5d9934
2 changed files with 3 additions and 8 deletions

View file

@ -14,6 +14,7 @@
img {
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
@ -80,7 +81,8 @@ nav ul {
}
.photo-grid img {
max-height: 220px;
max-height: 200px;
border-radius: 5px;
}
.view-image {
@ -180,8 +182,4 @@ textarea {
main {
grid-column: 2;
}
.photo-grid {
justify-content: left;
}
}

View file

@ -5,9 +5,6 @@
<title>{{ title }} | reinefjord</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link rel="icon" href="{{ url_for('static', filename='images/favicon.ico') }}">
-->
{% assets 'common_css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}">