Improved timer styles

This commit is contained in:
James Dinh 2022-12-20 19:19:11 -08:00
parent fe8e84dd54
commit 9bb26355c3
6 changed files with 12 additions and 4 deletions

View File

@ -162,6 +162,10 @@ nav ul li {
text-align: center;
}
#event-name {
margin: 0px;
}
#timer {
color: rgb(184, 184, 184);
animation: blinking 3s infinite;

View File

@ -159,6 +159,10 @@ nav ul li {
min-width: 310px;
}
#event-name {
margin: 0px;
}
#banner-text {
text-align: center;
}