mirror of https://gitlab.com/bashrc2/epicyon
Image corner radius on blog
parent
d0fc017e6e
commit
9fb5eec345
|
@ -34,6 +34,7 @@
|
||||||
--button-height: 10px;
|
--button-height: 10px;
|
||||||
--button-height-padding-mobile: 20px;
|
--button-height-padding-mobile: 20px;
|
||||||
--button-height-padding: 10px;
|
--button-height-padding: 10px;
|
||||||
|
--image-corners: 10%,
|
||||||
--gallery-border: #ccc;
|
--gallery-border: #ccc;
|
||||||
--gallery-hover: #777;
|
--gallery-hover: #777;
|
||||||
--gallery-text-color: #ccc;
|
--gallery-text-color: #ccc;
|
||||||
|
@ -697,7 +698,7 @@ div.gallery img {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: 10%;
|
border-radius: var(--image-corners);
|
||||||
}
|
}
|
||||||
.container img.emojisearch {
|
.container img.emojisearch {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
@ -1047,7 +1048,7 @@ div.gallery img {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: 10%;
|
border-radius: var(--image-corners);
|
||||||
}
|
}
|
||||||
.container img.emojisearch {
|
.container img.emojisearch {
|
||||||
width: 12%;
|
width: 12%;
|
||||||
|
|
Loading…
Reference in New Issue