Skip to content

Commit 6f4c6ad

Browse files
committed
Fixed Unistore logo centering issue
1 parent 6b134a8 commit 6f4c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unistore/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</div>
205205

206206
<div class="unistoreHeader">
207-
<div style="background: linear-gradient(rgba(97, 133, 152, 0.9), rgba(80, 127, 150, 0.7)), url(/img/bg/chiseled_quartz_block_top.png); background-size: 32px; height: 100%; display: flex; align-items: center; padding-left: 30%; padding-right: 30%; border-left: 4px solid rgba(0, 0, 0, 0.1); border-right: 4px solid rgba(0, 0, 0, 0.1);">
207+
<div style="background: linear-gradient(rgba(97, 133, 152, 0.9), rgba(80, 127, 150, 0.7)), url(/img/bg/chiseled_quartz_block_top.png); background-size: 32px; height: 100%; width: 100%; display: flex; align-items: center; border-left: 4px solid rgba(0, 0, 0, 0.1); border-right: 4px solid rgba(0, 0, 0, 0.1); justify-content: center;">
208208
<img src="/img/logos/unistore.png" style="max-width: 500px; width: 30vw; min-width: 400px; image-rendering: auto;" id="unistoreLogo">
209209
</div>
210210
</div>

0 commit comments

Comments
 (0)