fix: Decrease width of the address section
This commit is contained in:
parent
d39347515a
commit
ee49e8341c
@ -18,7 +18,7 @@
|
||||
|
||||
<body style="height: 99vh;width: 100vw;color: #1fffff;background: #000000;overflow-x: hidden;">
|
||||
<div class="d-print-block d-sm-none d-md-none d-lg-none d-xl-block d-xxl-block">
|
||||
<div class="d-xl-flex align-items-xl-center" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-right: 2%;padding-bottom: 2%;width: 30%;display: inline-flex;height: 15em;margin-top: 1%;margin-left: 1%;"><img src="{{avatar}}" width="200vw" height="200vw" style="border-radius: 50%;">
|
||||
<div class="d-xl-flex align-items-xl-center" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-right: 2%;padding-bottom: 2%;width: 40%;display: inline-flex;height: 15em;margin-top: 1%;margin-left: 1%;"><img src="{{avatar}}" width="200vw" height="200vw" style="border-radius: 50%;">
|
||||
<div style="margin-left: 40px;">
|
||||
<div>
|
||||
<p style="font-size: 24px;">{{hnschat}}</p>
|
||||
@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-xl-flex align-items-xl-center right-align top-align" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-bottom: 2%;width: 60%;position: absolute;padding-right: 2%;display: inline-flex;height: 15em;">
|
||||
<div class="d-xl-flex align-items-xl-center right-align top-align" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-bottom: 2%;width: 50%;position: absolute;padding-right: 2%;display: inline-flex;height: 15em;">
|
||||
<div style="display: inline-block;">
|
||||
<div>
|
||||
<p style="font-size: 24px;">HNS: {{hns}}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user