migrate set position DOM manipulation to css

This commit is contained in:
Felix Wiedenbach
2021-10-15 06:11:24 +02:00
parent b3bb829e4d
commit 3695e64ce9
4 changed files with 14 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
.ns-box {
margin-left: auto;
margin-right: auto;
text-align: center;
}

View File

@@ -0,0 +1,4 @@
.ns-box {
margin-right: auto;
text-align: left;
}

View File

@@ -0,0 +1,4 @@
.ns-box {
margin-left: auto;
text-align: right;
}