diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 019516300..d9f83f880 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -163,6 +163,12 @@ body, button, input, textarea { background-position: 50%; } +@media (max-width: map-get($grid-breakpoints, "md")) { + .border-md-left-0 { + border-left:0!important + } +} + .fas, .far { font-size: 25px !important; } @@ -177,4 +183,4 @@ body, button, input, textarea { } .fas.fa-heart { -} \ No newline at end of file +} diff --git a/resources/views/status/show.blade.php b/resources/views/status/show.blade.php index be57f0c92..d39c78bb0 100644 --- a/resources/views/status/show.blade.php +++ b/resources/views/status/show.blade.php @@ -8,7 +8,7 @@