We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5384905 commitfd39631Copy full SHA for fd39631
src/css/custom.css
@@ -48,12 +48,33 @@ a[docid="docs"] > svg {
48
@media (max-width:768px) {
49
/* Reduce the logo size for smaller screens */
50
.navbar__logoimg {
51
-height:16px;/* Adjust the height for smaller screens */
+height:32px;
52
+align-items: center;
53
}
54
55
/* Reduce the padding around the logo for smaller screens */
56
.navbar__logo {
-padding:6px;/* Adjust the padding for smaller screens */
57
+padding:2px;/* Adjust the padding for smaller screens */
58
+ }
59
+}
60
+
61
+/* Center the Discord link within its parent */
62
+.navbar__items.navbar__items--right {
63
+display: flex;
64
+justify-content: center;
65
66
67
68
+@media screenand (max-width:480px) {
69
+a.navbar__item.navbar__link[docid="docs"] {
70
+display: none!important;
71
72
73
74
75
+a.navbar__item.navbar__link[href="https://blog.coderabbit.ai/blog"]
76
+ {
77
+display: none;
78
79
80