We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7221 commit 0e0d6acCopy full SHA for 0e0d6ac
src/components/CopyPageButton/CopyPageButton.module.css
@@ -93,10 +93,25 @@
93
}
94
95
@media (max-width: 996px) {
96
- .dropdown { min-width: 260px; max-width: 90vw; }
97
- .alignCenter { right: auto; left: 50%; transform: translateX(-50%); }
98
- .alignRight { right: 0; left: auto; transform: none; }
99
- .alignLeft { left: 0; right: auto; transform: none; }
+ .dropdown {
+ min-width: 260px;
+ max-width: 90vw;
+ }
100
+ .alignCenter {
101
+ right: auto;
102
+ left: 50%;
103
+ transform: translateX(-50%);
104
105
+ .alignRight {
106
+ right: 0;
107
+ left: auto;
108
+ transform: none;
109
110
+ .alignLeft {
111
+ left: 0;
112
113
114
115
116
117
.dropdownItem {
0 commit comments