4. Changed the border color of the gallery item to #ccc
This commit is contained in:
parent
ab6ff5fda2
commit
afc1ecafe9
|
@ -285,7 +285,7 @@ $btt-size: 40px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
height: 330px;
|
height: 330px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid #9e9e9e;
|
border: 1px solid #ccc;
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue