feat(admin, css): align byte in center using a paragraph as parent
This commit is contained in:
parent
96fac8082f
commit
5d82c420fd
2 changed files with 2 additions and 2 deletions
|
@ -63,6 +63,6 @@ tag[blue] {background-color:#288afb;}
|
|||
|
||||
.byte-img {
|
||||
width: 100px;
|
||||
opacity: .2;
|
||||
opacity: .3;
|
||||
align-self: center;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue