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 |
|
||||
|  | 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|
|
||||
|  | $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 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") %}
|
||||
|
||||

|
||||

|
||||
|
||||
|||
|
||||
|
||||
|
||||
@@ -360,7 +360,7 @@ header {
|
||||
@media (min-width: 1024px){
|
||||
h2 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.banner h2 {
|
||||
@@ -381,4 +381,7 @@ header {
|
||||
.header {
|
||||
padding: 80px 0;
|
||||
}
|
||||
img[src*="#sm_none"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user