File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 259259 }
260260
261261 # text-input {
262- width : calc (100% - 30 px );
262+ width : calc (100% - 2 rem );
263263 min-height : 150px ;
264264 padding : 1rem ;
265265 border : 1px solid # cbd5e0 ;
303303 }
304304
305305 # progress-chart-container {
306- width : 100% ;
306+ width : calc ( 100% - 2 rem ) ;
307307 height : 280px ;
308308 margin-top : 1.5rem ;
309309 padding : 1rem ;
421421 input [type = "range" ] {
422422 height : 8px ;
423423 -webkit-appearance : none;
424- width : calc (100% - 30 px );
424+ width : calc (100% - 2 rem );
425425 border-radius : 8px ;
426426 background : # e2e8f0 ;
427427 outline : none;
550550 }
551551
552552 /* New styles for improved UI */
553+ # intro-section {
554+ margin-top : 2rem ;
555+ }
556+
553557 .panel .primary-panel {
554558 border-left : 4px solid # 4a6fa5 ;
555559 }
You can’t perform that action at this time.
0 commit comments