feat: reactive webpage (#51)

This commit is contained in:
Joe Koop
2022-06-19 09:04:59 -05:00
committed by GitHub
parent db71f75236
commit b1b0fdd4db
3 changed files with 12 additions and 12 deletions

View File

@@ -4,10 +4,6 @@ html {
color: #24292e;
}
body {
width: 700px;
}
.hidden {
display: none;
}
@@ -151,10 +147,10 @@ body {
height: 100%;
fill: rgba(3,47,98,0.5);
padding-right: 0.5em;
vertical-align: text-top;
}
.path {
display: flex;
list-style: none;
}
@@ -165,6 +161,8 @@ body {
overflow: hidden;
display: block;
text-decoration: none;
max-width: calc(100vw - 375px);
min-width: 400px;
}
.path a:hover {
@@ -202,7 +200,7 @@ body {
svg,
.path svg {
fill: #d0e6ff;
fill: #fff;
}
.searchbar {