rounded corners in photo-grid
This commit is contained in:
parent
15b1d3999a
commit
addc5d9934
2 changed files with 3 additions and 8 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,7 +81,8 @@ nav ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-grid img {
|
.photo-grid img {
|
||||||
max-height: 220px;
|
max-height: 200px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-image {
|
.view-image {
|
||||||
|
@ -180,8 +182,4 @@ textarea {
|
||||||
main {
|
main {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-grid {
|
|
||||||
justify-content: left;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
<title>{{ title }} | reinefjord</title>
|
<title>{{ title }} | reinefjord</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<!--
|
|
||||||
<link rel="icon" href="{{ url_for('static', filename='images/favicon.ico') }}">
|
|
||||||
-->
|
|
||||||
|
|
||||||
{% assets 'common_css' %}
|
{% assets 'common_css' %}
|
||||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||||
|
|
Reference in a new issue