We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22edbda commit 3381d95Copy full SHA for 3381d95
2 files changed
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "liveServer.settings.port": 5501
3
+}
style.css
@@ -148,9 +148,9 @@ td {
148
border-top: 1px solid #eee;
149
}
150
151
-@media screen and (max-width:600px){
152
- .preview-container{display: none;}
153
- *{font-size: 0.95em;}
+@media screen and (max-width:700px){
+ *{font-size: 0.9em;}
+ .container{flex-direction: column;}
154
155
156
0 commit comments