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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue