Skip to content

Commit 3e93a7c

Browse files
authored
fix: styles (#1095)
* fix: styles * fix: styles * fix: svg
1 parent 6a22a23 commit 3e93a7c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/components/DocsOverview/styles.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.outWrap {
22
width: 1100px;
3-
@media (max-width: 1365px) {
3+
@media (max-width: 1430px) {
4+
width: 1000px;
5+
}
6+
@media (max-width: 1335px) {
47
width: 900px;
58
}
69
@media (max-width: 1235px) {

src/components/Icons/cloud-2.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/Icons/grafana.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)