Skip to content

Commit 995b492

Browse files
docs: fix inconsistent divider in rule categories box (#19249)
* docs: fix inconsistent divider in rule categories * fix styling errors --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com>
1 parent f76d05d commit 995b492

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/assets/scss/components/rules.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@
1717
&:not(:first-child)::after {
1818
content: "";
1919
display: block;
20-
padding: 1px;
2120
border-left: 1px solid var(--divider-color);
2221
left: 0;
2322
}
2423
}
2524

26-
@media screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 1440px) {
25+
@media screen and (min-width: 768px) and (max-width: 799px), screen and (min-width: 854px) and (max-width: 1023px), screen and (min-width: 1256px) {
2726
&:not(:first-child)::after {
2827
height: 70%;
2928
position: absolute;
3029
}
3130
}
3231

33-
@media screen and (min-width: 1024px) and (max-width: 1439px) {
32+
@media screen and (min-width: 800px) and (max-width: 853px), screen and (min-width: 1024px) and (max-width: 1255px) {
3433
&:nth-child(2)::after {
3534
height: 70%;
3635
position: absolute;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy