]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-instance/about-instance.component.scss
Fix input size of contact form on mobile view
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / about-instance.component.scss
index 1a6fad13a6ce3abc556464bf107ceb260179b65d..b7bf1099501dd2ec29d5896c73466c9b71a0bf04 100644 (file)
@@ -4,7 +4,6 @@
 .about-instance-title {
   display: flex;
   justify-content: space-between;
-  margin-bottom: 20px;
 
   .title {
     font-size: 20px;
     @include orange-button;
 
     height: fit-content;
+
+    &:hover,
+    &:active {
+      text-decoration: none;
+    }
   }
 }
 
 .instance-badges {
   font-size: 16px;
+  margin-bottom: 20px;
 
   .badge {
+    @include margin-right(5px);
+
     font-size: 12px;
     font-weight: $font-semibold;
-    margin-right: 5px;
 
     &.category {
       background-color: pvar(--mainColor);
 
   position: relative;
 
-  &:hover, &:active {
+  &:hover,
+  &:active {
     &::after {
+      @include margin-left(0.2em);
+
       content: '#';
       display: inline-block;
-      margin-left: 0.2em;
     }
   }
 
-  .middle-title, .section-title {
+  .middle-title,
+  .section-title {
     display: inline-block;
   }