We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b4740 + f30e3cf commit d8060c1Copy full SHA for d8060c1
assets/scss/_styles_project.scss
@@ -1107,7 +1107,8 @@ footer.bg-dark {
1107
}
1108
1109
.thorium-support .flex-xl-nowrap {
1110
- display: block;
+ display: flex;
1111
+ flex-wrap: nowrap;
1112
1113
aside {
1114
float: left;
@@ -1173,6 +1174,10 @@ footer.bg-dark {
1173
1174
1175
@media (max-width: 768px) {
1176
1177
+ .thorium-support .flex-xl-nowrap {
1178
+ display: block;
1179
+ }
1180
+
1181
.td-navbar-cover {
1182
background: $color-grey !important;
1183
0 commit comments