Skip to content

Commit c7aba72

Browse files
committed
fixed_logo
1 parent 9b22c6a commit c7aba72

File tree

8 files changed

+241
-47
lines changed

8 files changed

+241
-47
lines changed

source/app/images/40EBA8CA.png

-9.21 KB
Binary file not shown.

source/app/images/40EBA8CC.png

-19.9 KB
Binary file not shown.

source/app/images/40EBA8CD.png

-9.21 KB
Binary file not shown.

source/app/images/40EBA8CF.png

-19.9 KB
Binary file not shown.

source/app/images/logo.svg

Lines changed: 233 additions & 0 deletions
Loading

source/app/images/unnamed.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.

source/app/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h3 class="title">Cards</h3>
258258
<h4>Card header</h4>
259259
</div>
260260
<div class="card-img">
261-
<img src="images/drone2.jpg" alt="">
261+
<img src="/images/drone2.jpg" alt="">
262262
</div>
263263
<div class="card-footer">
264264
<h4>Card footer</h4>
@@ -272,15 +272,15 @@ <h4>Card footer</h4>
272272
<h4>Card header</h4>
273273
</div>
274274
<div class="card-img">
275-
<img src="images/drone2.jpg" alt="">
275+
<img src="/images/drone2.jpg" alt="">
276276
</div>
277277
</div>
278278
</div>
279279

280280
<div class="column column-last xlarge-4 small-12">
281281
<div class="card card-noheader card-hoverable">
282282
<div class="card-img">
283-
<img src="images/drone2.jpg" alt="">
283+
<img src="/images/drone2.jpg" alt="">
284284
</div>
285285
<div class="card-footer">
286286
<h4>Card footer</h4>
@@ -294,7 +294,7 @@ <h4>Card footer</h4>
294294
<h3 class="title">Responsive media</h3>
295295
<div class="divider"></div>
296296
<div class="responsive-image">
297-
<img src="images/drone2.jpg" alt="">
297+
<img src="/images/drone2.jpg" alt="">
298298
</div>
299299
</div>
300300

source/app/styles/main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ body {
2525
.brand {
2626
padding: 4rem 0;
2727
.logo {
28-
background-image: url('http://localhost:9000/images/unnamed.svg');
28+
background-image: url('../images/logo.svg');
2929
background-repeat: no-repeat;
3030
background-position: center;
3131
background-size: cover;
32-
padding: 6rem 6rem;
32+
padding: 6rem 6.8rem;
3333
}
3434
h2 {
3535
margin-top: 8rem;
@@ -134,11 +134,11 @@ body {
134134
flex-direction: column;
135135
}
136136
span {
137-
background-image: url('http://localhost:9000/images/unnamed.svg');
137+
background-image: url('../images/logo.svg');
138138
background-repeat: no-repeat;
139139
background-position: center;
140140
background-size: cover;
141-
padding: .4rem .9rem;
141+
padding: .4rem 1rem;
142142
margin-right: 1rem;
143143
}
144144
a {

0 commit comments

Comments
 (0)