|
@@ -1534,7 +1534,8 @@ body {
|
|
|
position: relative;
|
|
|
width: 80vw;
|
|
|
@media screen and(max-width:$table) {
|
|
|
- width: 70vw;
|
|
|
+ width: 100vw;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
@media screen and(max-width:$moblie) {
|
|
|
width: 100vw;
|
|
@@ -1554,6 +1555,11 @@ body {
|
|
|
list-style-type: none;
|
|
|
padding: 1em;
|
|
|
text-transform: uppercase;
|
|
|
+ @media screen and(max-width:$table) {
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ }
|
|
|
@media screen and(max-width:400px) {
|
|
|
font-size: 12px;
|
|
|
|