maybe now?

This commit is contained in:
hokkqi 2020-07-17 17:16:51 +02:00
parent 866699bfa8
commit 3159a6f445
5 changed files with 15 additions and 32 deletions

View file

@ -38,31 +38,31 @@ div {
display: inline-block; display: inline-block;
} }
/* .button {
padding-top: 5px;
padding-bottom: 5px;
} */
.ip img { .ip img {
width: 70%; width: 70%;
} }
.times img { .times img {
width: 70%; width: 90%;
padding-bottom: 2vh; padding-bottom: 2vh;
} }
.list { div.button > img {
font-size: 2.5vw; padding-top: 5px;
padding-left: 0; padding-bottom: 5px;
padding-top: 20px; /* height: 100vh; */
} }
.list {
.buttons { font-size: 6vw;
display: -ms-inline-grid;
display: inline-grid;
padding-left: 0; padding-left: 0;
width: 100vw; }
div.buttons > img {
padding-left: 0;
width: 100%;
display: inline-block; display: inline-block;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
@ -76,25 +76,6 @@ div {
color: #fec019; color: #fec019;
} }
#d,
#h,
#m,
#s {
display: inline;
}
#d::after {
content: " DAYS";
}
#h::after {
content: " HOURS";
}
#m::after {
content: " MINUTES";
}
#s::after {
content: " SECONDS";
}
@media (max-device-width: 667px), (max-width: 1024px) { @media (max-device-width: 667px), (max-width: 1024px) {
body { body {
background-color: black; background-color: black;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -50,6 +50,8 @@
</div> </div>
</div> </div>
<br /><br />
<div class="times"> <div class="times">
<img src="assets/images/new/nsw2djposter_SATURDAY.jpg" alt="" /> <img src="assets/images/new/nsw2djposter_SATURDAY.jpg" alt="" />
</div> </div>