3 lines
126 B
PHP
3 lines
126 B
PHP
|
<?php header('content-type: text/css');?>
|
||
|
.swiper-container{margin:auto;max-width:<?php echo $_COOKIE["SwiperMaxWidth"];?>;}
|