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 fc75725 commit ad210aaCopy full SHA for ad210aa
assets/css/main.css
@@ -140,18 +140,22 @@ background-attachment: fixed !important;
140
flex-grow: 1;
141
}
142
@media screen and (max-width: 450px) {
143
- .brandShow {
144
- display:none;
145
- }
146
.navbar-brand
147
{
148
margin-right:0;
+ font-size: 2rem !important;
149
150
151
-@media screen and (min-width: 768px) and (max-width: 990px)
+@media screen and (max-width: 990px)
+{
+ .brandShow {
152
+ display:none;
153
+ }
154
+}
155
+@media screen and (min-width: 700px) and (max-width: 990px)
156
157
.navbar-header
158
- margin-left: 15rem;
159
+ margin-left: 50&;
160
161
0 commit comments