File tree 5 files changed +85
-0
lines changed
5 files changed +85
-0
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,23 @@ iframe.content_embed {
828
828
width : 100% ;
829
829
aspect-ratio : 16 / 9 ;
830
830
}
831
+ iframe .spotify_embed {
832
+ height : 152px ;
833
+ aspect-ratio : unset;
834
+ }
835
+ iframe .bandcamp_m_embed {
836
+ max-width : 700px ;
837
+ aspect-ratio : 1 / 1 ;
838
+ }
839
+ iframe .bandcamp_s_embed {
840
+ max-width : 700px ;
841
+ height : 42px ;
842
+ aspect-ratio : unset;
843
+ }
844
+ iframe .bandcamp_l_embed {
845
+ max-width : 700px ;
846
+ aspect-ratio : 2 / 3 ;
847
+ }
831
848
img {
832
849
border-style : none;
833
850
margin : 0em ;
Original file line number Diff line number Diff line change @@ -727,6 +727,23 @@ iframe.content_embed {
727
727
width : 100% ;
728
728
aspect-ratio : 16 / 9 ;
729
729
}
730
+ iframe .spotify_embed {
731
+ height : 152px ;
732
+ aspect-ratio : unset;
733
+ }
734
+ iframe .bandcamp_m_embed {
735
+ max-width : 700px ;
736
+ aspect-ratio : 1 / 1 ;
737
+ }
738
+ iframe .bandcamp_s_embed {
739
+ max-width : 700px ;
740
+ height : 42px ;
741
+ aspect-ratio : unset;
742
+ }
743
+ iframe .bandcamp_l_embed {
744
+ max-width : 700px ;
745
+ aspect-ratio : 2 / 3 ;
746
+ }
730
747
div # mast > * : first-child ,
731
748
article > * : first-child ,
732
749
section > * : first-child ,
Original file line number Diff line number Diff line change @@ -820,6 +820,23 @@ iframe.content_embed {
820
820
width : 100% ;
821
821
aspect-ratio : 16 / 9 ;
822
822
}
823
+ iframe .spotify_embed {
824
+ height : 152px ;
825
+ aspect-ratio : unset;
826
+ }
827
+ iframe .bandcamp_m_embed {
828
+ max-width : 700px ;
829
+ aspect-ratio : 1 / 1 ;
830
+ }
831
+ iframe .bandcamp_s_embed {
832
+ max-width : 700px ;
833
+ height : 42px ;
834
+ aspect-ratio : unset;
835
+ }
836
+ iframe .bandcamp_l_embed {
837
+ max-width : 700px ;
838
+ aspect-ratio : 2 / 3 ;
839
+ }
823
840
img {
824
841
border-style : none;
825
842
margin : 0em ;
Original file line number Diff line number Diff line change @@ -747,6 +747,23 @@ iframe.content_embed {
747
747
width : 100% ;
748
748
aspect-ratio : 16 / 9 ;
749
749
}
750
+ iframe .spotify_embed {
751
+ height : 152px ;
752
+ aspect-ratio : unset;
753
+ }
754
+ iframe .bandcamp_m_embed {
755
+ max-width : 700px ;
756
+ aspect-ratio : 1 / 1 ;
757
+ }
758
+ iframe .bandcamp_s_embed {
759
+ max-width : 700px ;
760
+ height : 42px ;
761
+ aspect-ratio : unset;
762
+ }
763
+ iframe .bandcamp_l_embed {
764
+ max-width : 700px ;
765
+ aspect-ratio : 2 / 3 ;
766
+ }
750
767
div # mast > * : first-child ,
751
768
article > * : first-child ,
752
769
section > * : first-child ,
Original file line number Diff line number Diff line change @@ -285,6 +285,23 @@ iframe.content_embed {
285
285
width : 100% ;
286
286
aspect-ratio : 16 / 9 ;
287
287
}
288
+ iframe .spotify_embed {
289
+ height : 152px ;
290
+ aspect-ratio : unset;
291
+ }
292
+ iframe .bandcamp_m_embed {
293
+ max-width : 700px ;
294
+ aspect-ratio : 1 / 1 ;
295
+ }
296
+ iframe .bandcamp_s_embed {
297
+ max-width : 700px ;
298
+ height : 42px ;
299
+ aspect-ratio : unset;
300
+ }
301
+ iframe .bandcamp_l_embed {
302
+ max-width : 700px ;
303
+ aspect-ratio : 2 / 3 ;
304
+ }
288
305
a : link {
289
306
color : # 1d70b8 ;
290
307
text-decoration : underline;
You can’t perform that action at this time.
0 commit comments