summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/_contenu.scss12
-rwxr-xr-xsrc/css/design.scss11
2 files changed, 18 insertions, 5 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 54d2990..6497066 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -57,11 +57,13 @@ article {
li p {
display: inline;
}
- li {
- list-style-type: upper-roman;
- }
- li li {
- list-style-type: lower-roman;
+ ol {
+ li {
+ list-style-type: upper-roman;
+ }
+ li li {
+ list-style-type: lower-roman;
+ }
}
.footnotes {
diff --git a/src/css/design.scss b/src/css/design.scss
index 6235d8e..f09d695 100755
--- a/src/css/design.scss
+++ b/src/css/design.scss
@@ -57,6 +57,17 @@ body {
background-repeat: no-repeat;
background-position: top left;
}
+.flex-img {
+ display: flex;
+ justify-content: space-evenly;
+ flex-wrap: wrap;
+ align-items: center;
+ align-content: center;
+}
+.iimg {
+ flex-grow: 1;
+ width: 240px;
+}
.fl {
float: left;
}