Archived
Template
2
0

Update style.css

This commit is contained in:
Denys Konovalov 2022-10-09 11:37:58 +00:00
parent f98e4b484f
commit a0368e77ee

@ -23,6 +23,7 @@ h1{
font-weight: normal;
margin-top: 5rem;
font-family: 'Reem Kufi', sans-serif;
color: #ffbc3b;
}
.countdown-container{
display: flex;
@ -36,11 +37,11 @@ h1{
font-size: 6rem;
line-height: 1;
margin: 0 2rem;
color: #fff;
color: #1a1a37;
}
.countdown-el {
text-align: center;
color: #fff;
color: #1a1a37;
}
.countdown-el span{
font-size: 1.5rem;