-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from Open-Earth-Foundation/ON-670
feat(ON-670): responsive datacoverage page
- Loading branch information
Showing
3 changed files
with
484 additions
and
66 deletions.
There are no files selected for viewing
20 changes: 18 additions & 2 deletions
20
ui/src/components/data-coverage/Container/Container.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
.root{ | ||
width: 100%; | ||
padding-left: 64px; | ||
padding-right: 64px; | ||
padding-left: 16px; | ||
padding-right: 16px; | ||
display: flex; | ||
} | ||
|
||
@media screen and (min-width: 600px) { | ||
.root{ | ||
width: 100%; | ||
padding-left: 64px; | ||
padding-right: 64px; | ||
} | ||
} | ||
|
||
@media screen and (min-width: 905px) { | ||
.root{ | ||
width: 100%; | ||
padding-left: 64px; | ||
padding-right: 64px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.