Skip to content

Commit 3381d95

Browse files
committed
rsponsiveness
1 parent 22edbda commit 3381d95

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ td {
148148
border-top: 1px solid #eee;
149149
}
150150

151-
@media screen and (max-width:600px){
152-
.preview-container{display: none;}
153-
*{font-size: 0.95em;}
151+
@media screen and (max-width:700px){
152+
*{font-size: 0.9em;}
153+
.container{flex-direction: column;}
154154
}
155155

156156

0 commit comments

Comments
 (0)