Skip to content

Commit ee1baca

Browse files
committed
remove commented out styles
1 parent 28eac45 commit ee1baca

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

src/theme/DocItem/Content/styles.module.css

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -67,35 +67,4 @@
6767
margin-right: 0;
6868
margin-bottom: 1rem;
6969
}
70-
}
71-
72-
/* .container {
73-
display: flex;
74-
flex-direction: column;
75-
width: 100%;
76-
}
77-
78-
.headerContainer {
79-
display: flex;
80-
align-items: center;
81-
justify-content: space-between;
82-
margin-bottom: 1rem;
83-
gap: 1rem;
84-
max-width: 800px;
85-
width: 100%;
86-
} */
87-
88-
/* .contentContainer {
89-
width: 100%;
90-
}
91-
92-
.contentContainer :global(h1:first-child) {
93-
display: none;
94-
}
95-
96-
@media (max-width: 768px) {
97-
.headerContainer {
98-
flex-direction: column;
99-
align-items: flex-start;
100-
}
101-
} */
70+
}

0 commit comments

Comments
 (0)