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>
|
<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;
|
||||||
|
|||||||
Reference in New Issue
Block a user