This commit is contained in:
Carmen Ngaka Iziasuma 2024-01-05 17:21:51 +01:00
parent 1d25484b81
commit d67dd9ed0e
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,10 @@ p {
background-color: #000 !important;
}
a.has-text-white:hover {
color: #000 !important;
}
.menu-list li a:hover {
color: #000 !important;
}
@ -39,6 +43,7 @@ p {
width: 80%;
}
}
@media screen and (orientation: portrait) {
.navbar {
display: flex;

View File

@ -122,7 +122,7 @@
}
})
}
setInterval(moveToNextItem, 20000);
setInterval(moveToNextItem, 2000);
});
</script>