Commit e06c0849 authored by Takuya Noguchi's avatar Takuya Noguchi

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

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 75b9234e
......@@ -43,6 +43,12 @@ body {
@include media-breakpoint-down(xs) { margin-top: 20px; }
}
@include media-breakpoint-down(xs) {
.container .title {
padding-left: 15px !important;
}
}
}
.navless-container {
......
/** Common mobile (screen XS, SM) styles **/
@include media-breakpoint-down(xs) {
.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