Biocoder09 commited on
Commit
1a7c034
·
verified ·
1 Parent(s): 375fe45

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +6 -0
static/style.css CHANGED
@@ -457,3 +457,9 @@ canvas{
457
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
458
  }
459
 
 
 
 
 
 
 
 
457
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
458
  }
459
 
460
+ @media (max-width: 900px) {
461
+ .about-flex {
462
+ flex-direction: column;
463
+ }
464
+ }
465
+