Vlad Bastina commited on
Commit
388906c
·
1 Parent(s): 4c4f9c0

style change

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -88,4 +88,10 @@ button:focus,
88
  body {
89
  -ms-overflow-style: none; /* IE and Edge */
90
  scrollbar-width: none; /* Firefox */
 
 
 
 
 
 
91
  }
 
88
  body {
89
  -ms-overflow-style: none; /* IE and Edge */
90
  scrollbar-width: none; /* Firefox */
91
+ }
92
+
93
+ @media (min-width: calc(736px + 8rem)) {
94
+ .st-emotion-cache-t1wise {
95
+ padding: 0 54px !important;
96
+ }
97
  }