1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

update image margings

This commit is contained in:
Peter Savchenko 2022-09-13 17:12:29 +03:00
parent ceccd234cd
commit 2595488470
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C

View file

@ -270,8 +270,7 @@
* ==================
*/
.block-image {
margin: 40px auto;
text-align: center;
margin: 0 auto;
&__content {
img, video {
@ -298,8 +297,9 @@
}
&__caption {
margin: 1em auto;
color: var(--color-text-second);
margin-top: 10px;
color: var(--color-text-second);
font-size: 0.9em;
}
}