Skip to content

Commit a83768e

Browse files
committed
Fixed styling issues on mobile devices
1 parent 3ee82a3 commit a83768e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/static/css/devcade.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,15 @@ u {
104104
background-color: var(--csh-secondary);
105105
}
106106

107+
#alertBar > h1 {
108+
margin-top: 0px;
109+
}
110+
107111
#nav {
108112
align-items: center;
109113
color: white;
110114
width: 100%;
115+
margin-top: 3em;
111116
}
112117

113118
#nav .show {
@@ -452,6 +457,14 @@ a:hover {
452457
"c a"
453458
"e e";
454459
}
460+
461+
#alertBar > h1 {
462+
margin-top: 20px;
463+
}
464+
465+
#nav {
466+
margin-top: 0px;
467+
}
455468

456469
.navbar-toggler-icon {
457470
display: none;

0 commit comments

Comments
 (0)