Commit 75b9234e authored by Takuya Noguchi's avatar Takuya Noguchi

Move .container .content CSS for mobile to the specific CSS

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 44ce070d
......@@ -40,6 +40,8 @@ body {
.content {
margin: 0;
@include media-breakpoint-down(xs) { margin-top: 20px; }
}
}
......
/** Common mobile (screen XS, SM) styles **/
@include media-breakpoint-down(xs) {
.container .content {
margin-top: 20px;
}
.container .title {
padding-left: 15px !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment