Spaces:
Build error
Build error
Commit
·
20b9075
1
Parent(s):
50c9d20
made dashboard responsive
Browse files
public/css/dashboard/home.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
section{
|
| 2 |
min-height:400px;
|
| 3 |
-
border-bottom: 1px solid black;
|
| 4 |
padding:1rem 2rem;
|
| 5 |
}
|
| 6 |
|
|
@@ -19,7 +19,7 @@ #new_user_section>.sub_container{
|
|
| 19 |
padding:1rem;
|
| 20 |
}
|
| 21 |
section p{
|
| 22 |
-
font-size:1.
|
| 23 |
/* margin-inline:2rem; */
|
| 24 |
margin:1rem 0;
|
| 25 |
}
|
|
@@ -30,7 +30,29 @@ #get_started_btn{
|
|
| 30 |
padding: 1em;
|
| 31 |
border-radius: 50px;
|
| 32 |
font-weight: 600;
|
| 33 |
-
font-size:
|
| 34 |
cursor: pointer;
|
| 35 |
display: inline-block;
|
| 36 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
section{
|
| 2 |
min-height:400px;
|
| 3 |
+
/* border-bottom: 1px solid black; */
|
| 4 |
padding:1rem 2rem;
|
| 5 |
}
|
| 6 |
|
|
|
|
| 19 |
padding:1rem;
|
| 20 |
}
|
| 21 |
section p{
|
| 22 |
+
font-size:1.5em;
|
| 23 |
/* margin-inline:2rem; */
|
| 24 |
margin:1rem 0;
|
| 25 |
}
|
|
|
|
| 30 |
padding: 1em;
|
| 31 |
border-radius: 50px;
|
| 32 |
font-weight: 600;
|
| 33 |
+
font-size: 1em;
|
| 34 |
cursor: pointer;
|
| 35 |
display: inline-block;
|
| 36 |
}
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
@media screen and (max-width: 550px) {
|
| 42 |
+
#new_user_section{
|
| 43 |
+
flex-direction: column-reverse;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
#new_user_section>img{
|
| 47 |
+
width:100%;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
#new_user_section>.sub_container{
|
| 51 |
+
font-size:0.7rem;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|