center div

This commit is contained in:
2025-10-24 22:18:19 +02:00
parent d075464ded
commit cf73303218
2 changed files with 10 additions and 4 deletions
+4
View File
@@ -155,6 +155,10 @@ time, mark, audio, video {
justify-content: center;
}
.full-width {
width: 100%;
}
.centered {
margin-left: auto;
margin-right: auto;