mirror of
https://github.com/torproject/lego.git
synced 2025-02-17 08:39:33 +00:00
Merge remote-tracking branch 'hackerncoder/support-86'
This commit is contained in:
commit
bc96ee5898
@ -719,6 +719,12 @@ table {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.d-sm-block .sticky {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Small devices (landscape phones, less than 768px)
|
||||
@include media-breakpoint-down(sm) {
|
||||
.mobile {
|
||||
|
6
assets/static/css/bootstrap.css
vendored
6
assets/static/css/bootstrap.css
vendored
@ -10084,6 +10084,12 @@ size .no {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.d-sm-block .sticky {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.mobile {
|
||||
display: block !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user