Skip to content

Commit 18d684a

Browse files
committed
add: custom css
1 parent f998d25 commit 18d684a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

styles/custom.css

+37
Original file line numberDiff line numberDiff line change
@@ -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+
.app-nav {
22+
width: calc(100% + 10rem);
23+
}
24+
}
25+
26+
@media only screen and (max-width: 385px) and (min-width: 306px) {
27+
.app-nav {
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

Comments
 (0)