Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/src/pages/styles.module.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@
*/

.mainContent {
margin-top: 270px;
margin-top: 300px;
}

@media screen and (max-width: 1024px) {
Expand DownExpand Up@@ -192,7 +192,6 @@
.mobileCarouselWrapper {
display: none;
}

}

.actionType h2 {
Expand DownExpand Up@@ -269,7 +268,7 @@

.manipulateUp,
.manipulateDown {
margin-left: 132px;
margin-left: 144px;
margin-right: 12px;
}

Expand DownExpand Up@@ -334,6 +333,13 @@
display: none;
}

@media screen and (max-width: 1080px) {
.manipulateUp,
.manipulateDown {
margin-left: 14%;
}
}

@media screen and (max-width: 1024px) {
.separator {
display: none;
Expand Down