Skip to content

Commit 22300e5

Browse files
committed
Unistore logo is now more mobile-responsive
1 parent d175aaf commit 22300e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

unistore/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
.flickity-button {
126126
transform: translateY(-45px);
127127
}
128+
@media (max-width: 414px) {
129+
#unistoreLogo {
130+
min-width: 0px !important;
131+
width: 300px !important;
132+
}
133+
}
128134
</style>
129135
</head>
130136
<body>
@@ -199,7 +205,7 @@
199205

200206
<div class="unistoreHeader">
201207
<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);">
202-
<img src="/img/logos/unistore.png" style="max-width: 500px; width: 30vw; min-width: 400px; image-rendering: auto;">
208+
<img src="/img/logos/unistore.png" style="max-width: 500px; width: 30vw; min-width: 400px; image-rendering: auto;" id="unistoreLogo">
203209
</div>
204210
</div>
205211

0 commit comments

Comments
 (0)