We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efa4f6 commit 6a9196eCopy full SHA for 6a9196e
1 file changed
Projects/Mixtape/style.css
@@ -25,7 +25,7 @@ nav {
25
nav ul {
26
color: white;
27
display: flex;
28
- flex-wrap: wrap;
+ flex-wrap: nowrap;
29
align-items: center;
30
list-style-type: none;
31
height: 50px;
@@ -270,4 +270,16 @@ form {
270
.abt {
271
flex-direction: column;
272
}
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
285
0 commit comments