Skip to content

Commit aad90e9

Browse files
committed
mas detalles
1 parent f91c03a commit aad90e9

File tree

8 files changed

+8
-4
lines changed

8 files changed

+8
-4
lines changed

css/styles.css

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

img/back4.jfif

-158 KB
Binary file not shown.

img/back9.jfif

-91.5 KB
Binary file not shown.

img/bg-img.jpg

433 KB
Loading

img/bg2-img.jpg

218 KB
Loading

scss/_footer.scss

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
padding: 15px;
5151
}
5252

53+
.footer-top{
54+
padding-top: 25px;
55+
}
5356
.footer-in{
5457
position: absolute;
5558
width: 100%;

scss/_global.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
}
44

55
body {
6-
background-image: url(../img/back4.jfif);
6+
background-image: url(../img/bg-img.jpg);
7+
background-size: cover;
78
min-height: 100%;
89
font-family: "Open Sans", sans-serif;
910
color: $grey-text;

scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $map-bold:(900: 900,
2525
400: 400,
2626
200: 200,
2727
);
28-
$clarito: map-get($map: $map-bold, $key: 400);
28+
$clarito: map-get($map: $map-bold, $key: 200);
2929

3030
$lista-cbtn: #fddb3a,#7a7a7a7a,#ffffff;
3131
@each $var in $lista-cbtn {

0 commit comments

Comments
 (0)