feat(admin, css): align byte in center using a paragraph as parent

This commit is contained in:
prplwtf 2023-12-08 16:31:08 +01:00
parent 96fac8082f
commit 5d82c420fd
2 changed files with 2 additions and 2 deletions

View file

@ -63,6 +63,6 @@ tag[blue] {background-color:#288afb;}
.byte-img {
width: 100px;
opacity: .2;
opacity: .3;
align-self: center;
}

View file

@ -68,5 +68,5 @@
</div>
</div>
<img src="/assets/extensions/blueprint/byte.png" class="byte-img">
<p style="text-align: center"><img src="/assets/extensions/blueprint/byte.png" class="byte-img"></p>
@endsection