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