Spaces:
Running
Running
Update static/app.css
Browse files- static/app.css +5 -5
static/app.css
CHANGED
@@ -103,17 +103,17 @@ html, body {
|
|
103 |
|
104 |
/* Header (fixed height) */
|
105 |
header {
|
106 |
-
flex: 0 0
|
107 |
display: flex;
|
108 |
align-items: center;
|
109 |
gap: 20px;
|
110 |
padding: 0 20px;
|
111 |
-
background-color: #f5f5f5
|
112 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
113 |
}
|
114 |
|
115 |
header img {
|
116 |
-
height:
|
117 |
width: 5vw;
|
118 |
object-fit: cover;
|
119 |
}
|
@@ -137,8 +137,8 @@ em {
|
|
137 |
/* Bottom input section */
|
138 |
.qtdoc {
|
139 |
flex: 0 0 auto;
|
140 |
-
padding:
|
141 |
-
background-color: #f0f0f0
|
142 |
display: flex;
|
143 |
justify-content: center;
|
144 |
align-items: center;
|
|
|
103 |
|
104 |
/* Header (fixed height) */
|
105 |
header {
|
106 |
+
flex: 0 0 17vh;
|
107 |
display: flex;
|
108 |
align-items: center;
|
109 |
gap: 20px;
|
110 |
padding: 0 20px;
|
111 |
+
/*background-color: #f5f5f5;*/
|
112 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
113 |
}
|
114 |
|
115 |
header img {
|
116 |
+
height: 18vh;
|
117 |
width: 5vw;
|
118 |
object-fit: cover;
|
119 |
}
|
|
|
137 |
/* Bottom input section */
|
138 |
.qtdoc {
|
139 |
flex: 0 0 auto;
|
140 |
+
padding: 40px 80px;
|
141 |
+
/*background-color: #f0f0f0;*/
|
142 |
display: flex;
|
143 |
justify-content: center;
|
144 |
align-items: center;
|