Merge branch 'main' into logo-sticky
authorCrawKatt <man849916@gmail.com>
Sat, 28 Jan 2023 21:13:22 +0000 (18:13 -0300)
committerCrawKatt <man849916@gmail.com>
Sat, 28 Jan 2023 21:13:22 +0000 (18:13 -0300)
fusionando cambios

1  2 
themes/droda/assets/css/main.css

index 9d576a0981f80cdab9e1de9627efe97a05b55cf6,215f1ce4de5cc67ab8758dd6014837052f7f0da2..f67a0878cf0e5f7fecabb9b5efff98501e1bcb0f
@@@ -181,33 -147,19 +147,26 @@@ main hr 
  }
  
  footer {
-   grid-area: footer;
-   display: flex;
-   align-items: center;
-   width: 100%;
-   padding: 0 2rem;
- <<<<<<< HEAD
-   background-color: #4f5864;
- =======
- >>>>>>> 9b5582b (recreando repositorio)
+    grid-area: footer;
+    display: flex;
+    align-items: center;
+    width: 100%;
+    padding: 0 2rem;
+    background-color: var(--bgColorLightDark);
  }
  
 +.bg-logo {
 +  background-image: url('../images/salamandra.svg');
 +  background-attachment: fixed;
 +  background-size: cover;
 +  background-position: center;
 +}
 +
  .greetings {
-   background-color: var(--bgColorLight);
-   width: 80%;
- <<<<<<< HEAD
-   height: 80%;
- =======
-   heigth: 80%;
- >>>>>>> 9b5582b (recreando repositorio)
-   margin: 0 auto;
+    background-color: var(--bgColorMidDark);
+    width: 80%;
+    height: 80%;
+    margin: 0 auto;
  }
  
  @media screen and (min-width: 780px) {