Skip to content

Commit a68d964

Browse files
2 files modified
1 parent bd0432a commit a68d964

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

src/index.html

-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@
22
<base href="/" />
33

44
<my-app>loading</my-app>
5-
6-
<footer>
7-
<div class="icon-grid">
8-
<a href="https://www.linkedin.com/in/eric-feldberg-62a758297" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/512px-LinkedIn_logo_initials.png"></a>
9-
<a href="https://www.instagram.com/nodulldayz/" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/128px-Instagram_logo_2016.svg.png"></a>
10-
<a href="https://flickr.com/photos/nodulldays/" target="_blank"><img alt="Flickr logo - SuperTinyIcons" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Flickr_logo_-_SuperTinyIcons.svg/512px-Flickr_logo_-_SuperTinyIcons.svg.png"></a>
11-
</div>
12-
</footer>

src/styles.scss

+1-23
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,9 @@ a {
7575
color: red;
7676
}
7777

78-
footer {
79-
position: absolute;
80-
bottom: 0;
81-
border-top: 1px solid #313b3f;
82-
padding: 5px 5px 1px 5px;
83-
box-sizing: border-box;
84-
width: 100%;
85-
.icon-grid {
86-
justify-content: center;
87-
display: grid;
88-
grid-column-gap: 10px;
89-
grid-template-columns: repeat(3, 35px);
90-
a {
91-
width: 35px;
92-
display: block;
93-
img {
94-
width: 100%;
95-
}
96-
}
97-
}
98-
}
9978

10079
@media screen and (max-width: 768px) {
101-
header,
102-
footer {
80+
header {
10381
display: none;
10482
}
10583
}

0 commit comments

Comments
 (0)