@@ -465,10 +465,10 @@ button {
465
465
padding-right : 0.9375rem ; }
466
466
.column : last-child : not (: first-child ), .columns : last-child : not (: first-child ) {
467
467
float : right; }
468
- .column .end , .end .columns {
468
+ .column .end : last-child , .end .columns : last-child {
469
469
float : left; }
470
470
471
- .column .row , .row .columns {
471
+ .column .row . row , . row .row .columns {
472
472
float : none; }
473
473
474
474
.small-1 {
@@ -638,6 +638,8 @@ button {
638
638
clear : none; }
639
639
.small-up-1 .column : nth-of-type (1 n+1), .small-up-1 .columns : nth-of-type (1 n+1) {
640
640
clear : both; }
641
+ .small-up-1 .column : last-child , .small-up-1 .columns : last-child {
642
+ float : left; }
641
643
642
644
.small-up-2 .column , .small-up-2 .columns {
643
645
width : 50% ;
@@ -646,6 +648,8 @@ button {
646
648
clear : none; }
647
649
.small-up-2 .column : nth-of-type (2 n+1), .small-up-2 .columns : nth-of-type (2 n+1) {
648
650
clear : both; }
651
+ .small-up-2 .column : last-child , .small-up-2 .columns : last-child {
652
+ float : left; }
649
653
650
654
.small-up-3 .column , .small-up-3 .columns {
651
655
width : 33.33333% ;
@@ -654,6 +658,8 @@ button {
654
658
clear : none; }
655
659
.small-up-3 .column : nth-of-type (3 n+1), .small-up-3 .columns : nth-of-type (3 n+1) {
656
660
clear : both; }
661
+ .small-up-3 .column : last-child , .small-up-3 .columns : last-child {
662
+ float : left; }
657
663
658
664
.small-up-4 .column , .small-up-4 .columns {
659
665
width : 25% ;
@@ -662,6 +668,8 @@ button {
662
668
clear : none; }
663
669
.small-up-4 .column : nth-of-type (4 n+1), .small-up-4 .columns : nth-of-type (4 n+1) {
664
670
clear : both; }
671
+ .small-up-4 .column : last-child , .small-up-4 .columns : last-child {
672
+ float : left; }
665
673
666
674
.small-up-5 .column , .small-up-5 .columns {
667
675
width : 20% ;
@@ -670,6 +678,8 @@ button {
670
678
clear : none; }
671
679
.small-up-5 .column : nth-of-type (5 n+1), .small-up-5 .columns : nth-of-type (5 n+1) {
672
680
clear : both; }
681
+ .small-up-5 .column : last-child , .small-up-5 .columns : last-child {
682
+ float : left; }
673
683
674
684
.small-up-6 .column , .small-up-6 .columns {
675
685
width : 16.66667% ;
@@ -678,6 +688,8 @@ button {
678
688
clear : none; }
679
689
.small-up-6 .column : nth-of-type (6 n+1), .small-up-6 .columns : nth-of-type (6 n+1) {
680
690
clear : both; }
691
+ .small-up-6 .column : last-child , .small-up-6 .columns : last-child {
692
+ float : left; }
681
693
682
694
.column .small-centered , .small-centered .columns {
683
695
float : none;
@@ -813,41 +825,53 @@ button {
813
825
clear : none; }
814
826
.medium-up-1 .column : nth-of-type (1 n+1), .medium-up-1 .columns : nth-of-type (1 n+1) {
815
827
clear : both; }
828
+ .medium-up-1 .column : last-child , .medium-up-1 .columns : last-child {
829
+ float : left; }
816
830
.medium-up-2 .column , .medium-up-2 .columns {
817
831
width : 50% ;
818
832
float : left; }
819
833
.medium-up-2 .column : nth-of-type (1n ), .medium-up-2 .columns : nth-of-type (1n ) {
820
834
clear : none; }
821
835
.medium-up-2 .column : nth-of-type (2 n+1), .medium-up-2 .columns : nth-of-type (2 n+1) {
822
836
clear : both; }
837
+ .medium-up-2 .column : last-child , .medium-up-2 .columns : last-child {
838
+ float : left; }
823
839
.medium-up-3 .column , .medium-up-3 .columns {
824
840
width : 33.33333% ;
825
841
float : left; }
826
842
.medium-up-3 .column : nth-of-type (1n ), .medium-up-3 .columns : nth-of-type (1n ) {
827
843
clear : none; }
828
844
.medium-up-3 .column : nth-of-type (3 n+1), .medium-up-3 .columns : nth-of-type (3 n+1) {
829
845
clear : both; }
846
+ .medium-up-3 .column : last-child , .medium-up-3 .columns : last-child {
847
+ float : left; }
830
848
.medium-up-4 .column , .medium-up-4 .columns {
831
849
width : 25% ;
832
850
float : left; }
833
851
.medium-up-4 .column : nth-of-type (1n ), .medium-up-4 .columns : nth-of-type (1n ) {
834
852
clear : none; }
835
853
.medium-up-4 .column : nth-of-type (4 n+1), .medium-up-4 .columns : nth-of-type (4 n+1) {
836
854
clear : both; }
855
+ .medium-up-4 .column : last-child , .medium-up-4 .columns : last-child {
856
+ float : left; }
837
857
.medium-up-5 .column , .medium-up-5 .columns {
838
858
width : 20% ;
839
859
float : left; }
840
860
.medium-up-5 .column : nth-of-type (1n ), .medium-up-5 .columns : nth-of-type (1n ) {
841
861
clear : none; }
842
862
.medium-up-5 .column : nth-of-type (5 n+1), .medium-up-5 .columns : nth-of-type (5 n+1) {
843
863
clear : both; }
864
+ .medium-up-5 .column : last-child , .medium-up-5 .columns : last-child {
865
+ float : left; }
844
866
.medium-up-6 .column , .medium-up-6 .columns {
845
867
width : 16.66667% ;
846
868
float : left; }
847
869
.medium-up-6 .column : nth-of-type (1n ), .medium-up-6 .columns : nth-of-type (1n ) {
848
870
clear : none; }
849
871
.medium-up-6 .column : nth-of-type (6 n+1), .medium-up-6 .columns : nth-of-type (6 n+1) {
850
872
clear : both; }
873
+ .medium-up-6 .column : last-child , .medium-up-6 .columns : last-child {
874
+ float : left; }
851
875
.column .medium-centered , .medium-centered .columns {
852
876
float : none;
853
877
margin-left : auto;
@@ -981,41 +1005,53 @@ button {
981
1005
clear : none; }
982
1006
.large-up-1 .column : nth-of-type (1 n+1), .large-up-1 .columns : nth-of-type (1 n+1) {
983
1007
clear : both; }
1008
+ .large-up-1 .column : last-child , .large-up-1 .columns : last-child {
1009
+ float : left; }
984
1010
.large-up-2 .column , .large-up-2 .columns {
985
1011
width : 50% ;
986
1012
float : left; }
987
1013
.large-up-2 .column : nth-of-type (1n ), .large-up-2 .columns : nth-of-type (1n ) {
988
1014
clear : none; }
989
1015
.large-up-2 .column : nth-of-type (2 n+1), .large-up-2 .columns : nth-of-type (2 n+1) {
990
1016
clear : both; }
1017
+ .large-up-2 .column : last-child , .large-up-2 .columns : last-child {
1018
+ float : left; }
991
1019
.large-up-3 .column , .large-up-3 .columns {
992
1020
width : 33.33333% ;
993
1021
float : left; }
994
1022
.large-up-3 .column : nth-of-type (1n ), .large-up-3 .columns : nth-of-type (1n ) {
995
1023
clear : none; }
996
1024
.large-up-3 .column : nth-of-type (3 n+1), .large-up-3 .columns : nth-of-type (3 n+1) {
997
1025
clear : both; }
1026
+ .large-up-3 .column : last-child , .large-up-3 .columns : last-child {
1027
+ float : left; }
998
1028
.large-up-4 .column , .large-up-4 .columns {
999
1029
width : 25% ;
1000
1030
float : left; }
1001
1031
.large-up-4 .column : nth-of-type (1n ), .large-up-4 .columns : nth-of-type (1n ) {
1002
1032
clear : none; }
1003
1033
.large-up-4 .column : nth-of-type (4 n+1), .large-up-4 .columns : nth-of-type (4 n+1) {
1004
1034
clear : both; }
1035
+ .large-up-4 .column : last-child , .large-up-4 .columns : last-child {
1036
+ float : left; }
1005
1037
.large-up-5 .column , .large-up-5 .columns {
1006
1038
width : 20% ;
1007
1039
float : left; }
1008
1040
.large-up-5 .column : nth-of-type (1n ), .large-up-5 .columns : nth-of-type (1n ) {
1009
1041
clear : none; }
1010
1042
.large-up-5 .column : nth-of-type (5 n+1), .large-up-5 .columns : nth-of-type (5 n+1) {
1011
1043
clear : both; }
1044
+ .large-up-5 .column : last-child , .large-up-5 .columns : last-child {
1045
+ float : left; }
1012
1046
.large-up-6 .column , .large-up-6 .columns {
1013
1047
width : 16.66667% ;
1014
1048
float : left; }
1015
1049
.large-up-6 .column : nth-of-type (1n ), .large-up-6 .columns : nth-of-type (1n ) {
1016
1050
clear : none; }
1017
1051
.large-up-6 .column : nth-of-type (6 n+1), .large-up-6 .columns : nth-of-type (6 n+1) {
1018
1052
clear : both; }
1053
+ .large-up-6 .column : last-child , .large-up-6 .columns : last-child {
1054
+ float : left; }
1019
1055
.column .large-centered , .large-centered .columns {
1020
1056
float : none;
1021
1057
margin-left : auto;
@@ -1636,7 +1672,7 @@ select {
1636
1672
.hide-for-small-only {
1637
1673
display : none !important ; } }
1638
1674
1639
- @media screen and (max-width : -0.0625 em ), screen and (min-width : 40em ) {
1675
+ @media screen and (max-width : 0 em ), screen and (min-width : 40em ) {
1640
1676
.show-for-small-only {
1641
1677
display : none !important ; } }
1642
1678
0 commit comments