@@ -121,6 +121,13 @@ body {
background-color: rgba(0, 0, 0, 0.1);
}
+@media screen and (max-width: 576px) {
+ .sec-00__bulletList {
+ width: 100%;
+ left: 0px;
+ }
+}
+
.sec-00__bullet {
position: relative;
width: 100%;
@@ -105,6 +105,11 @@ body {
display: flex;
z-index: 10;
background-color: rgba(0,0,0,.1);
+ @media screen and(max-width:576px) {
+ width:100%;
&__bullet {