Adding location pin, location input
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
}
|
||||
|
||||
.main-image {
|
||||
content:url("_/images/castle.svg"); position: absolute; height: 70vh; bottom: 2vh; left: 55vw; transform: translateX(-50%)
|
||||
content:url("_/images/castle.svg"); position: absolute; height: 70vh; bottom: 2vh; left: 55vw; transform: translateX(-50%);
|
||||
user-select: none;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.main-image {
|
||||
@@ -44,7 +45,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<span id="title" class="link" onclick='window.location.href="/"'>hyperia
|
||||
<span id="title" class="link" onclick='window.location.href="/"' style="user-select: none;">hyperia
|
||||
</span>
|
||||
<img class="main-image">
|
||||
<div class="links" style="z-index: 1; cursor: default; position: fixed; top: 5.5vh; right: 4.5vw">
|
||||
|
||||
Reference in New Issue
Block a user