]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.scss
Add an option to provide responsive embed (#5690)
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.scss
index 331008f8ab028a9424e601503f305129f2bd2017..56b952b657960bb31fad19b39a575166e6de8f34 100644 (file)
 
 @media screen and (max-width: $mobile-view) {
   .root {
-    --myFontSize: $font-size-rem-14px;
-    --myGreyFontSize: $font-size-rem-13px;
+    --myFontSize: 14px;
+    --myGreyFontSize: 13px;
   }
 
   .links {
     margin: auto !important;
     width: min-content;
   }
-}
\ No newline at end of file
+}