Skip to content

Commit c23deaf

Browse files
committed
Adicionado logo WTM
1 parent 1321801 commit c23deaf

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

_includes/wtm.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<section id="wtm" class="section-wtm">
22
<div class="row container">
33
<header class="col s12 center">
4+
<img src="/assets/img/wtm.png" alt="Women Techmakers">
45
<h2 class="title-header white-text">Women Techmakers</h2>
56
</header>
67

_src/sass/_header.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
position:relative;
88
top: -2.7rem;
99
> img{
10-
width:14.2rem;
10+
width:14.2rem;
1111
}
1212
transition: all 0.45s linear;
1313
}
@@ -60,4 +60,7 @@
6060
margin: 0;
6161
padding: 20px;
6262
}
63-
}
63+
img{
64+
z-index: 10;
65+
}
66+
}

assets/css/main.css

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
.flex-center h2, .flex-center h3 {
5252
margin: 0;
5353
padding: 20px; }
54+
.flex-center img {
55+
z-index: 10; }
5456

5557
body {
5658
background-color: #3f51b5;

assets/img/wtm.png

31.5 KB
Loading

0 commit comments

Comments
 (0)