feat: 게시판 500px 모드
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@import "@scss/common/variables.scss";
|
||||
@import "@scss/common/bootswatch_custom_variables.scss";
|
||||
@import "@scss/game_bg.scss";
|
||||
@import "@scss/util.scss";
|
||||
|
||||
$modcolor2: color.adjust($nbase2color, $lightness: -5%);
|
||||
|
||||
@@ -86,6 +87,12 @@ $modcolor2: color.adjust($nbase2color, $lightness: -5%);
|
||||
background-color: $modcolor2;
|
||||
}
|
||||
}
|
||||
|
||||
#bottomBar{
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-500px {
|
||||
@@ -183,4 +190,10 @@ $modcolor2: color.adjust($nbase2color, $lightness: -5%);
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
#bottomBar {
|
||||
width: 500px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user