header + template 0.0.8

This commit is contained in:
François-Xavier Guillois
2023-06-05 11:48:50 +02:00
parent 731f94dbb0
commit 4421e4de2e
9 changed files with 131 additions and 130 deletions
+8
View File
@@ -184,6 +184,14 @@
text-align: right;
}
.flex-align-left {
align-items: flex-start;
}
.flex-align-right {
align-items: flex-end;
}
.flexshrink {
-webkit-box-flex: 0;
-ms-flex: 0;