We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b933c27 commit 90b51cdCopy full SHA for 90b51cd
src/css/custom.css
@@ -247,6 +247,26 @@ p {
247
}
248
249
250
+@media (max-width: 996px) {
251
+ .navbar__inner .navbar__brand {
252
+ position: relative;
253
+ margin: auto;
254
+ left: -1rem;
255
+ }
256
+}
257
+
258
+.navbar__toggle svg {
259
+ display: none;
260
261
262
+.navbar__toggle::after {
263
+ content: '';
264
+ width: 24px;
265
+ height: 24px;
266
+ mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 6H3M15 12H3M17 18H3'/%3E%3C/svg%3E") no-repeat;
267
+ background-color: currentColor;
268
269
270
.navbar-social-link::before {
271
content: '';
272
display: flex;
0 commit comments