]> git.lizzy.rs Git - antifa-generator.git/blobdiff - styles.css
Atualiza a geraƧao do logo para usar canvas
[antifa-generator.git] / styles.css
index eab469c6287e98edbbf0c85a925ffc85b4ddcbd5..56122f513c517d6373af056ec130f92602b1c83a 100644 (file)
@@ -1,16 +1,14 @@
-.logo {
+#logo {
   display: flex;
   justify-items: center;
   background-image: url('img/antifascist-action.svg');
   background-repeat: no-repeat;
-  height: 1000px;
-  width: 1000px;
 }
 
 .logo-text {
   display: flex;
   margin: 0;
-  color: white;
+  color: red;
   font-size: 80px;
   padding: 1%;
   font-family: 'Roboto', sans-serif;
 }
 
 #top-text {
-  padding-left: 50%;
 }
 
 #bottom-text {
   /* padding-top: 80%; */
-  align-self: flex-end;
+  /* align-self: flex-end; */
 }