We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1aaff commit ec2d0dcCopy full SHA for ec2d0dc
src/css/custom.css
@@ -868,16 +868,19 @@ article {
868
border-radius: var(--ifm-global-radius);
869
}
870
871
+ & img,
872
+ & video {
873
+ width: 360px;
874
+ }
875
+
876
& img {
877
display: inline-block;
- width: 402px;
878
max-width: 100%;
879
880
881
& video {
882
883
vertical-align: top;
884
height: auto;
885
886
0 commit comments