I prefer the thinner header on wide screens
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Melon 2022-11-01 15:49:24 +00:00
parent 9022cdd3ec
commit 57c9e46d40
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 4 additions and 8 deletions

View File

@ -69,14 +69,10 @@
<style lang="scss">
#app-router {
max-width: 1000px;
margin: 50px auto 0 auto;
max-width: min(100%, 1000px);
margin: auto;
> header {
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: space-between;
@ -94,8 +90,8 @@
align-items: center;
justify-content: space-between;
display: flex;
width: 1000px;
max-width: 1000px;
width: min(100%, 1000px);
max-width: min(100%, 1000px);
margin: auto;
a {