smaller images/vids for blog

This commit is contained in:
partisan 2024-09-09 20:55:45 +02:00
parent a77f93842a
commit 08774dd6f4

View file

@ -1,12 +1,13 @@
/* Global settings for images and videos */ /* Global settings for images and videos */
img, video { img, video {
display: block; display: block;
width: 100%; width: 85%;
height: auto;
margin: 20px auto; /* Centers the image/video horizontally and adds space above and below */
border-radius: 10px; /* Add rounded corners */ border-radius: 10px; /* Add rounded corners */
margin-top: 20px; /* Add space above the image */
margin-bottom: 20px; /* Add space below the image */
} }
/* Exclude images inside the .icons class from global settings */ /* Exclude images inside the .icons class from global settings */
ul.icons img { ul.icons img {
display: inline; /* Override display: block */ display: inline; /* Override display: block */