📱 Make site responsive

This commit is contained in:
Anand Chowdhary
2020-08-14 01:13:58 +05:30
parent be2df14120
commit f347f5fed7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
padding: 0 1em;
background-color: #fff;
margin-bottom: 2rem;
white-space: nowrap;
overflow-x: auto;
}
ul {
+2
View File
@@ -45,6 +45,8 @@ code {
.container {
max-width: 800px;
margin: 0 auto;
padding: 0 2rem;
box-sizing: border-box;
}
article {