File tree Expand file tree Collapse file tree
app/javascript/flavours/glitch/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,9 @@ $small-breakpoint: 960px;
4949 }
5050 }
5151
52+ strong ,
5253 em {
53- display : inline ;
54- margin : 0 ;
55- padding : 0 ;
5654 font-weight : 700 ;
57- background : transparent ;
58- font-family : inherit ;
59- font-size : inherit ;
60- line-height : inherit ;
6155 color : lighten ($darker-text-color , 10% );
6256 }
6357
@@ -798,7 +792,7 @@ $small-breakpoint: 960px;
798792 width : 100% ;
799793 display : flex ;
800794 flex-direction : row-reverse ;
801- flex-wrap : wrap ;
795+ flex-wrap : nowrap ;
802796 justify-content : space-between ;
803797 align-items : center ;
804798 }
@@ -848,14 +842,7 @@ $small-breakpoint: 960px;
848842 }
849843
850844 strong {
851- display : inline ;
852- margin : 0 ;
853- padding : 0 ;
854- font-weight : 700 ;
855- background : transparent ;
856- font-family : inherit ;
857- font-size : inherit ;
858- line-height : inherit ;
845+ font-weight : 500 ;
859846 color : lighten ($darker-text-color , 10% );
860847 }
861848
You can’t perform that action at this time.
0 commit comments