Procházet zdrojové kódy

refactor: minor eslint fix

Kristian Vos před 3 roky
rodič
revize
580a18d4bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      frontend/src/components/layout/MainFooter.vue

+ 1 - 1
frontend/src/components/layout/MainFooter.vue

@@ -93,7 +93,7 @@ export default {
 		user-select: none;
 
 		img {
-   			max-width: 100%;
+			max-width: 100%;
 		}
 	}