File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ main {
204204
205205 box-sizing : border-box;
206206 border-right : 1px solid rgb (from $cl-shuri r g b / 0.2 );
207- box-shadow : -12px 0 12px 6px rgba (0 , 0 , 0 , 0.8 );
207+ /* box-shadow: -12px 0 12px 6px rgba(0, 0, 0, 0.8); GPUメモリ削減のため無効化 */
208208
209209 z-index: $side- z;
210210 }
@@ -228,7 +228,7 @@ main {
228228
229229@media (max-width : 768px ) {
230230 body > header {
231- box-shadow : 0px -12px 10px 8px rgba (0 , 0 , 0 , 0.8 );
231+ /* box-shadow: 0px -12px 10px 8px rgba(0, 0, 0, 0.8); GPUメモリ削減のため無効化 */
232232 }
233233
234234
@@ -287,7 +287,7 @@ main {
287287
288288 border : none;
289289
290- box-shadow : 0px 9px 16px 2px rgba (0 , 0 , 0 , 0.8 );
290+ /* box-shadow: 0px 9px 16px 2px rgba(0, 0, 0, 0.8); GPUメモリ削減のため無効化 */
291291 padding : 0 4vw ;
292292 }
293293 }
You can’t perform that action at this time.
0 commit comments