mistpe commited on
Commit
3a7d460
·
verified ·
1 Parent(s): fcdeb6f

Update static/css/holistic.css

Browse files
Files changed (1) hide show
  1. static/css/holistic.css +15 -0
static/css/holistic.css CHANGED
@@ -131,6 +131,21 @@ body {
131
  background-color: #596e73;
132
  border-radius: 5px;
133
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
  @media (max-width: 768px) {
136
  .container {
 
131
  background-color: #596e73;
132
  border-radius: 5px;
133
  }
134
+ .additional-views {
135
+ display: flex;
136
+ justify-content: space-around;
137
+ margin-top: 20px;
138
+ }
139
+
140
+ .view {
141
+ width: 30%;
142
+ height: 200px;
143
+ }
144
+
145
+ #speedChart, #accelerationChart {
146
+ width: 100%;
147
+ height: 100%;
148
+ }
149
 
150
  @media (max-width: 768px) {
151
  .container {