Skip to content

Commit d4b1d28

Browse files
committed
responsive
1 parent 60fa767 commit d4b1d28

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,21 @@
145145
color: #0C56A7;
146146
padding: 20px 0 100px;
147147
}
148+
@media (max-width: 960px) {
149+
main {
150+
margin: 0 20px;
151+
}
152+
}
153+
@media (max-width: 767px) {
154+
header .products div {
155+
margin-left: 2px;
156+
}
157+
}
158+
@media (max-width: 534px) {
159+
header .products {
160+
display: none;
161+
}
162+
}
148163
</style>
149164
</head>
150165
<body>

0 commit comments

Comments
 (0)