Fix secs in small screens
This commit is contained in:
@@ -64,9 +64,9 @@ That is a number with 21 zeroes!
|
|||||||
|
|
||||||
| | |
|
| | |
|
||||||
| ----------- | ----------- |
|
| ----------- | ----------- |
|
||||||
|  | $800 billion of revenue is expected for the cloud market by 2025 |
|
|  | $800 billion of revenue is expected for the cloud market by 2025 |
|
||||||
|  | Over seventy billion new devices are expected to be online by 2025 |
|
|  | Over seventy billion new devices are expected to be online by 2025 |
|
||||||
|  | Over one billion people are still expected to get digital access by 2025|
|
|  | Over one billion people are still expected to get digital access by 2025|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ While many projects have created bits and pieces of what a decentralized Interne
|
|||||||
|
|
||||||
{% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin") %}
|
{% row(gradient="linear-gradient(180deg,#ea1ff7,#70dfc9)" style="margin") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
|||||||
@@ -381,4 +381,7 @@ header {
|
|||||||
.header {
|
.header {
|
||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
img[src*="#sm_none"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user