feat: max width for user settings
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-10-21 23:19:07 +02:00
parent f3a837039c
commit 3ff2c99a35
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ export default {
<style lang="scss" scoped>
.user-settings {
display: flex;
max-width: $widescreen;
margin: 0 auto;
ul {
width: 25%;