We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998d25 commit 18d684aCopy full SHA for 18d684a
styles/custom.css
@@ -0,0 +1,37 @@
1
+/* Navbar styling */
2
+
3
+.app-nav {
4
+ display: flex;
5
+ align-items: center;
6
+ justify-content: center;
7
+ position: unset!important;
8
+ margin-top: 16px!important;
9
+ margin-right: unset!important;
10
+}
11
12
13
+@media screen and (max-width: 480px) {
14
+ .app-nav {
15
+ margin-right: 60px!important;
16
+ }
17
18
19
20
+@media only screen and (max-width: 930px) and (min-width: 755px) {
21
22
+ width: calc(100% + 10rem);
23
24
25
26
+@media only screen and (max-width: 385px) and (min-width: 306px) {
27
28
+ text-align: center !important;
29
30
31
32
33
+/* Main section styling */
34
35
+.content {
36
+ padding-top: unset !important;
37
0 commit comments