We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdeec22 + e177184 commit 05696fdCopy full SHA for 05696fd
1 file changed
css/main.css
@@ -30,6 +30,11 @@ html {
30
--site-logo-url: url("/static/img/mocmoc/logo-horizontal.min.svg");
31
--taller-logo-url: url("/static/img/mocmoc/logo.min.svg");
32
}
33
+
34
+ img {
35
+ background-color: rgb(255, 255, 255);
36
+ border-radius: 10px;
37
+ }
38
39
40
/** Reset some basic elements */
@@ -68,9 +73,9 @@ main {
68
73
69
74
70
75
/** Images */
71
-img {
72
- max-width: 100%;
- vertical-align: middle;
76
+img {
77
+ max-width: 100%;
78
+ vertical-align: middle;
79
80
81
/** Figures */
0 commit comments