Skip to content

Commit

Permalink
Tercer pre-entrega Todorubro
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Elcoaz committed Oct 30, 2023
1 parent 49c01af commit a015db9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
2 changes: 0 additions & 2 deletions pages/productos.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
<li><a class="dropdown-item" href="#">Tiendas oficiales</a></li>
</ul>
</li>


<li class="nav-item">
<a class="nav-link" href="./productos.html">Productos</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion pages/vender.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</header>
<main class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-12">
<!--<div class="col-sm-12 col-md-12 col-lg-12 col-xl-12"-->
<div class="tienda">
<h2>Tu tienda on line</h2>
<p>¡Hola! Para vender tus productos o servicios ingresa tu contraseña de Todorubro!</p>
Expand Down
6 changes: 2 additions & 4 deletions scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ header {
border-radius: 10px;
padding: 5px;
margin-right: 10px;
margin-left: 90px;
margin-left: 50px;
}

.boton-search {
Expand All @@ -36,9 +36,7 @@ header {
margin: 1px;
}

.navbar {
margin-bottom: 0 !important;
}




File renamed without changes.
2 changes: 1 addition & 1 deletion scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import "generales";
@import "header";
@import "footer";
@import "mediaquery";
@import "mediaqueries";



6 changes: 1 addition & 5 deletions styles/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a015db9

Please sign in to comment.