tweaking gallery class
This commit is contained in:
parent
e7ac97a9ef
commit
c4ba767926
1 changed files with 10 additions and 1 deletions
|
|
@ -73,4 +73,13 @@ form {
|
|||
body a {
|
||||
color: #65c2de;
|
||||
}
|
||||
}*/
|
||||
}*/
|
||||
|
||||
/* -- gallery ----------------------------------------------------------- */
|
||||
|
||||
.gallery img {
|
||||
object-fit: cover;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue