Skip to content

Commit 7141662

Browse files
committed
Feat: 393x723 devices now stylized
1 parent 89a784f commit 7141662

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@ header h1 {
186186
}
187187
}
188188

189+
@media (max-width: 393) {
190+
#password {
191+
padding-bottom: 45%;
192+
}
193+
194+
#footerimg {
195+
width: 35%
196+
}
197+
}
198+
189199
@media (max-width: 380px) {
190200
header h1 {
191201
width: 85%;

0 commit comments

Comments
 (0)