Fix pull-right CSS class alignment

This commit is contained in:
Tomas Dittmann
2023-02-17 03:39:47 +01:00
committed by GitHub
parent bc9535cbdf
commit e323ce875f
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -46,7 +46,8 @@ hr {
}
.pull-right {
text-align: right
text-align: right;
margin-left: auto
}
ul.no-bullet li {