diff --git a/src/app/app.component.css b/src/app/app.component.css index 181b869..43449f8 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -10,6 +10,8 @@ nav { padding: 0; li { + display: flex; + align-items: center; list-style: none; a { @@ -21,7 +23,9 @@ nav { } select { - border: 2px solid black; + font-size: 2rem; + appearance: none; + border: none; background-color: white; } } diff --git a/src/app/app.component.html b/src/app/app.component.html index 67b7793..a1018f2 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -4,9 +4,9 @@