Ensure help text for align appears

This commit is contained in:
Darren Burns
2022-04-26 15:41:33 +01:00
parent e2dafb523c
commit 39412c11a9
3 changed files with 38 additions and 19 deletions

View File

@@ -1,13 +1,12 @@
#uber1 {
layout: vertical;
background: dark_green;
overflow: auto auto;
overflow: hidden auto;
border: heavy white;
}
.list-item {
height: 8;
align: center middle;
align: centear middlex;
background: dark_blue;
border: solid red;
}