Center ... on blog.html

dev
Harald Wolff 2022-02-17 21:00:47 +01:00
parent 3a1627dd47
commit 6b00b7d59d
2 changed files with 5 additions and 1 deletions

View File

@ -112,7 +112,7 @@
<!-- Divider: Dots -->
<div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<!-- Snippets -->
<div class="divider-dots divider-dots-lg">
<div class="divider-dots divider-dots-lg mx-auto max-content">
<span class="bg-dark"></span><span class="bg-dark"></span><span class="bg-dark"></span>
</div>
<!-- end Snippets -->

View File

@ -10849,3 +10849,7 @@ textarea.large {
flex-grow: unset;
line-height: 1em;
}
.max-content {
width: max-content !important;
}