Spaces:
Runtime error
Runtime error
Update templates/dashboard.html
Browse files- templates/dashboard.html +9 -8
templates/dashboard.html
CHANGED
@@ -65,20 +65,14 @@
|
|
65 |
.fs-48 {
|
66 |
font-size: 3rem;
|
67 |
}
|
68 |
-
|
69 |
-
/* Responsive Styles */
|
70 |
-
@media (max-width: 992px) {
|
71 |
-
.wrapper {
|
72 |
margin-left: 0;
|
73 |
}
|
74 |
|
75 |
.main-header {
|
76 |
padding: 15px;
|
77 |
}
|
78 |
-
|
79 |
-
|
80 |
-
@media (max-width: 768px) {
|
81 |
-
.feature-icon {
|
82 |
width: 40px;
|
83 |
height: 40px;
|
84 |
}
|
@@ -90,6 +84,13 @@
|
|
90 |
.fs-48 {
|
91 |
font-size: 2.5rem;
|
92 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}
|
94 |
</style>
|
95 |
</head>
|
|
|
65 |
.fs-48 {
|
66 |
font-size: 3rem;
|
67 |
}
|
68 |
+
.wrapper {
|
|
|
|
|
|
|
69 |
margin-left: 0;
|
70 |
}
|
71 |
|
72 |
.main-header {
|
73 |
padding: 15px;
|
74 |
}
|
75 |
+
.feature-icon {
|
|
|
|
|
|
|
76 |
width: 40px;
|
77 |
height: 40px;
|
78 |
}
|
|
|
84 |
.fs-48 {
|
85 |
font-size: 2.5rem;
|
86 |
}
|
87 |
+
/* Responsive Styles */
|
88 |
+
@media (max-width: 992px) {
|
89 |
+
|
90 |
+
}
|
91 |
+
|
92 |
+
@media (max-width: 768px) {
|
93 |
+
|
94 |
}
|
95 |
</style>
|
96 |
</head>
|