]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/shared/actor-avatar-info.component.scss
Add class to email change form
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / shared / actor-avatar-info.component.scss
index 0b0c83de55f808aa4585cae9974ed6ae3890b5a2..86f8108b96b5d05b2d10f886597959d8dc4feece 100644 (file)
       .actor-info-display-name {
         font-size: 20px;
         font-weight: $font-bold;
+
+        @media screen and (max-width: $small-view) {
+          font-size: 16px;
+        }
       }
 
       .actor-info-username {
@@ -48,4 +52,4 @@
 
   position: relative;
   top: -10px;
-}
\ No newline at end of file
+}