This commit is contained in:
2026-07-21 01:17:35 +07:00
parent 16114bb134
commit 04f516a9ea
7 changed files with 72 additions and 63 deletions
+3 -2
View File
@@ -15,7 +15,6 @@ const keyColorClass = computed(() => {
</script>
<template>
<HeaderMenu :add-login="true" :is-found-key="isFoundKey" />
<div class="center-block-custom content-block center-middle-block-custom height80">
<div>
<h1 class="font-text">Вечерний детектив</h1>
@@ -28,6 +27,8 @@ const keyColorClass = computed(() => {
</p>
</div>
</div>
<HeaderMenu :add-login="true" :is-found-key="isFoundKey" />
</template>
<style lang="css">
@@ -52,7 +53,7 @@ const keyColorClass = computed(() => {
color: gold;
}
@media (width >= 1024px) {
@media (width >=1024px) {
.font-text {
position: relative;
left: -50px;