the home site for me: also iteration 3 or 4 of my site

style: center align figcaption text in mods.css

Changed files
+4
sass
css
+4
sass/css/mods.css
···
margin: 1rem auto;
}
.float-right {
float: right;
}
···
margin: 1rem auto;
}
+
.center figcaption {
+
text-align: center;
+
}
+
.float-right {
float: right;
}