nojs layout

This commit is contained in:
noxy
2019-08-28 04:31:40 +00:00
parent da71b95aa2
commit 19f4b7d26f
11 changed files with 157 additions and 18 deletions

View File

@@ -3735,4 +3735,9 @@ button#layout3 {
/*background: #222222;
border: 1px solid #1fb2b0;
overflow: hidden;*/
}
.centered {
display: flex;
justify-content: center;
}