|
|
@@ -35,7 +35,7 @@ html, body
|
|
|
}
|
|
|
|
|
|
.promocion {
|
|
|
- background-image: url("../Images/wallpapo.jpg");
|
|
|
+ background-image: url("../Images/banner.jpg");
|
|
|
background-size: cover;
|
|
|
color: #FFF;
|
|
|
padding-bottom: 5rem;
|
|
|
@@ -67,4 +67,22 @@ input::-webkit-inner-spin-button {
|
|
|
color: rgb(128, 128, 128);
|
|
|
font-size: 80%;
|
|
|
font-style: italic;
|
|
|
+ text-align: justify;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-bar{
|
|
|
+ padding-left: 30px;
|
|
|
+ padding-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.logo{
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.productos{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.xl-top-space{
|
|
|
+ margin-top: 30px
|
|
|
}
|