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