redesign gallery
This commit is contained in:
parent
cf63026fea
commit
5da55a675b
|
@ -8,7 +8,7 @@
|
|||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #333;
|
||||
background-color: black;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
|||
}
|
||||
|
||||
.gallery-item {
|
||||
flex: 0 1 calc(33.3333% - 20px);
|
||||
margin: 4px;
|
||||
flex: 0 1 calc(25% - 20px);
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue