Skip to content

Commit e56d584

Browse files
committed
Update index.html
1 parent 7e65a37 commit e56d584

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,21 @@
2626
<!-- Template Main CSS File -->
2727
<link href="assets/css/style.css" rel="stylesheet" />
2828

29+
<style>
30+
.uwl-logo {
31+
position: absolute;
32+
top: 10px;
33+
right: 10px;
34+
height: 50px;
35+
z-index: 1000;
36+
}
2937

38+
@media (max-width: 7px) {
39+
.uwl-logo {
40+
display: none;
41+
}
42+
}
43+
</style>
3044
</head>
3145
<body>
3246
<!-- ======= Header ======= -->

0 commit comments

Comments
 (0)