Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 01db5dd

Browse files
committed
changing breakpoints
1 parent 328f051 commit 01db5dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

public/styleguide/css/styleguide.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@
224224
min-width: 0; }
225225
.sg-controls .sg-nav-phases .sg-acc-panel.active {
226226
max-height: none; }
227-
@media all and (min-width: 69.5em) {
228-
.sg-controls {
229-
width: 41.5em; } }
230227

231228
.sg-control-trigger {
232229
border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
@@ -263,7 +260,7 @@
263260
.sg-current-size:hover .sg-input {
264261
background: #999999;
265262
color: #000; }
266-
@media all and (min-width: 69.5em) {
263+
@media all and (min-width: 72.5em) {
267264
.sg-current-size {
268265
float: left; } }
269266

@@ -273,7 +270,7 @@
273270
.sg-size {
274271
width: auto; } }
275272

276-
@media all and (min-width: 69.5em) {
273+
@media all and (min-width: 72.5em) {
277274
.sg-size-options {
278275
float: left;
279276
position: static;

0 commit comments

Comments
 (0)