wip: 세력 장수 준비

This commit is contained in:
2022-04-07 03:03:38 +09:00
parent 29c3a933e9
commit 94acf87695
5 changed files with 102 additions and 1 deletions
+30
View File
@@ -0,0 +1,30 @@
@import '@scss/common/bootstrap5.scss';
@import "@scss/game_bg.scss";
@import "@scss/util.scss";
#container{
padding: 0;
}
#app {
width: 100%;
overflow-x: hidden;
}
@include media-1000px {
#container {
width: 1000px;
margin: 0 auto;
position: relative;
}
}
@include media-500px {
#container {
position: relative;
width: 500px;
margin: auto;
overflow-x: hidden;
}
}