Skip to content

Commit 6a9196e

Browse files
committed
site is responsive now
1 parent 5efa4f6 commit 6a9196e

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Projects/Mixtape/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nav {
2525
nav ul {
2626
color: white;
2727
display: flex;
28-
flex-wrap: wrap;
28+
flex-wrap: nowrap;
2929
align-items: center;
3030
list-style-type: none;
3131
height: 50px;
@@ -270,4 +270,16 @@ form {
270270
.abt {
271271
flex-direction: column;
272272
}
273+
}
274+
@media(max-width:305px){
275+
nav,nav ul{
276+
width:fit-content;
277+
}
278+
.card,.form-card{
279+
width:80%;
280+
height:100%
281+
}
282+
h1{
283+
font-size:x-large;
284+
}
273285
}

0 commit comments

Comments
 (0)