Skip to content

Commit f026395

Browse files
committed
Ajuste em header mobile first
1 parent 7bdb5d2 commit f026395

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

_src/sass/_content.scss

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ body{
1818
> span{
1919
position: relative;
2020
display: inline-block;
21-
//top:-2.8em;
2221
&:before{
2322
right: 100%;
2423
margin-right: 15px;

_src/sass/_header.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
.new-logo{
77
position:relative;
8-
top: -3.5rem;
8+
top: -2.7rem;
99
> img{
10-
width:250px;
10+
width:14.2rem;
1111
}
1212
transition: all 0.45s linear;
1313
}
@@ -25,7 +25,7 @@
2525

2626
.header-container {
2727
min-height: 100vh;
28-
background-image: url(/assets/img/background1.jpg);
28+
background-image: url(/assets/img/Salvador.jpg);
2929
background-size: cover;
3030
background-position: center;
3131
background-repeat: no-repeat;

assets/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
.new-logo {
66
position: relative;
7-
top: -3.5rem;
7+
top: -2.7rem;
88
transition: all 0.45s linear; }
99
.new-logo > img {
10-
width: 250px; }
10+
width: 14.2rem; }
1111

1212
.blue {
1313
transition: all 0.45s linear; }

0 commit comments

Comments
 (0)