Increase size of breakpoint on footer
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 14s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 14s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user