Increase size of breakpoint on footer
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 14s

This commit is contained in:
2026-03-27 14:26:16 +00:00
parent 7007f8292d
commit 0f9695b8aa

View File

@@ -1,11 +1,9 @@
<script setup> <script setup>
import { ref, onMounted, onUnmounted } from "vue"; import { ref, onMounted, onUnmounted } from "vue";
const clock = ref(""); const clock = ref("");
let timer; let timer;
function updateClock() { function updateClock() {
const now = new Date(); const now = new Date();
clock.value = now.toLocaleDateString("en-US", { clock.value = now.toLocaleDateString("en-US", {
@@ -112,7 +110,7 @@ const user = "visitor";
color: var(--primary); color: var(--primary);
} }
@media (max-width: 640px) { @media (max-width: 800px) {
.waybar { .waybar {
font-size: 11px; font-size: 11px;
padding: 4px 4px; padding: 4px 4px;