mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add border breakpoint
This commit is contained in:
parent
32eca1a0fc
commit
172c0c5d66
1 changed files with 6 additions and 0 deletions
6
resources/assets/sass/custom.scss
vendored
6
resources/assets/sass/custom.scss
vendored
|
@ -173,3 +173,9 @@ body, button, input, textarea {
|
|||
background-size: cover;
|
||||
background-position: 50%;
|
||||
}
|
||||
|
||||
@media (max-width: map-get($grid-breakpoints, "md")) {
|
||||
.border-md-left-0 {
|
||||
border-left:0!important
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue