diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index bd1b68e9b..76f1430ce 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -9,29 +9,37 @@
-
+
+
The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes.
CAPACITY
+
-
+
+
The total number of Central Processing Unit cores (compute power) available on the grid.
CORES
+
-
+
+
The total number of nodes on the grid. A node is a computer server 100% dedicated to the network.
NODES
+
-
+
+
The total number of countries where at least one node is connected and operational.
COUNTRIES
+
@@ -85,14 +93,13 @@ .tooltip { position: relative; display: inline-block; - border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ + width: 100%; } /* Tooltip text */ .tooltip .tooltiptext { font-size: 12px; visibility: hidden; - width: 250px; background-color: rgb(26 26 26 / 90%); color: #fff; text-align: center; @@ -102,7 +109,10 @@ /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; - bottom: 4px; + bottom: -7px; + top: 0px; + left: 0px; + right: 0px; /* right: -60px; */ } @@ -115,10 +125,10 @@ .tooltip .tooltiptext { position: absolute; z-index: 1; - bottom: 2px !important; - right: auto !important; - top: auto; - left: auto; + bottom: -7px !important; + right: 0px !important; + top: 0px !important; + left: 0px !important; } }