-
1
+
+
+
+ module name: wire::;;
+
+ temperature: 26 degrees
+
+
+
2
3
4
diff --git a/public/style.css b/public/style.css
index d906848..2107bfb 100644
--- a/public/style.css
+++ b/public/style.css
@@ -31,16 +31,21 @@ body {
/* Style for each div within the grid */
.flex-container > div {
+
width: calc(25% - 10px); /* 25% width for each div with 10px gap */
height: 100px; /* Set height as needed */
background-color: rgba(51, 51, 51, 0.84); /* Background color */
margin-bottom: 10px; /* Add some space at the bottom */
- text-align: center; /* Center text */
- line-height: 100px; /* Vertically center text */
+ text-align: left; /* Center text */
+ /* Vertically center text */
padding: 2px;
border-radius: 5px;
min-width: 22vw;
min-height: 24vh;
text-shadow: 0px 0px 10px #ff7300;
+ overflow: scroll;
}
+.data {
+ padding-left: 1vw;
+}
\ No newline at end of file