Skip to content

Commit

Permalink
toggle button placement and dropdown bg in boards
Browse files Browse the repository at this point in the history
  • Loading branch information
subhalingamd committed Sep 5, 2020
1 parent ba9a2f7 commit 2efc844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" href="../libs/font-awesome/css/font-awesome.min.css">
<style >
:root{
--top-margin:90px;
--top-margin:89px;
}
@media (max-width: 50rem) {
.maincontent{
Expand Down
2 changes: 1 addition & 1 deletion boards/style-drop.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
#drop{
/*position: absolute;*/
width: 100%;
/* background-color: white; */
background-color: white;
}
}

0 comments on commit 2efc844

Please sign in to comment.