Skip to content

Commit ef68717

Browse files
committed
ajuste mobile
1 parent a555ed3 commit ef68717

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

Sales quote.docx

218 KB
Binary file not shown.

Sales quote.pdf

66.1 KB
Binary file not shown.

css/styles.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hosting.rar

480 KB
Binary file not shown.

maquinas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="text-h2">Corte por Agua</h2>
4040
</div>
4141
<section class="row">
4242
<div class="col-sm-12 col-md-6 col-lg-6">
43-
<iframe width="500" height="300" src="https://www.youtube.com/embed/dBXo5r4UeQs?start=21" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
43+
<iframe class="video-maquina" width="500" height="300" src="https://www.youtube.com/embed/dBXo5r4UeQs?start=21" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4444
</div>
4545
<div class="col-sm-12 col-md-6 col-lg-6">
4646
<h6 class="text-center">Especificaciones <span>Tecnicas</span></h6>

scss/_body.scss

+15-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
text-align: center;
258258
font-size: 28px;
259259
span{
260-
padding: 10px;
260+
padding: 5px;
261261
color: rgba($color: #ffffff, $alpha: 0.7);
262262
background: $transparente;
263263
border-radius: 20px;
@@ -298,7 +298,20 @@
298298
border-radius: 10px;
299299
padding: 20px;
300300
margin: 20px 0 30px 0;
301-
301+
margin: 15px;
302+
@media (max-width: 700px){
303+
width: 100%;
304+
height: auto;
305+
}
306+
}
307+
.video-maquina{
308+
@media (max-width:576px){
309+
width: 350px;
310+
height: auto;}
311+
@media (max-width: 700px){
312+
width: 400px;
313+
height: auto;
314+
}
302315
}
303316
/*404*/
304317
.sinbg{

0 commit comments

Comments
 (0)