How can I do my text responsive. For example on desktop
--------------------------------
12 0 12 15 |
|
|
|
--------------------------------
And I want on mobile to go below, if the font-size is to big
------
12 |
0 |
12 |
15 |
Right now my text is not responsive..my numbers are against each other.
Here is the code i'm using:
.hasCountdown {
text-shadow: transparent 0px 1px 1px;
overflow: hidden;
padding: 30px;
/*cursor:pointer;*/
}
.countdown_rtl {
direction: rtl;
}
.countdown_holding span {
background-color: #ccc;
}
.countdown_row {
clear: both;
width: 100%;
padding: 3px 2px;
text-align: center;
}
.countdown_show4 .countdown_section {
width: 24.5%;
}
.countdown_section {
display: block;
float: left;
text-align: center;
line-height: 200%;
margin:3px 0;
font-family:'halvetica_light';
}
.countdown_amount {
font-size: 450%;
}
.countdown_amount_red
{
color:red;
}