We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8afae commit e612af4Copy full SHA for e612af4
src/app/app.component.html
@@ -3,9 +3,6 @@
3
<span>( ) =</span>
4
<span class="caret">></span>
5
</div>
6
- <a href="https://frontenddevelopment.tech/" target="_blank"
7
- >frontenddevelopment.tech</a
8
- >
9
</header>
10
11
<div id="dropdown-component">
src/styles.scss
@@ -29,13 +29,4 @@ header {
29
font-weight: lighter;
30
}
31
32
- a {
33
- text-decoration: none;
34
- position: absolute;
35
- right: 20px;
36
- top: 50%;
37
- transform: translateY(-50%);
38
- float: right;
39
- color: #d9a74a;
40
- }
41
0 commit comments