diff --git a/app/styles/app.css b/app/styles/app.css index 0f725ec..b6a1dc2 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1,6 +1,8 @@ * { box-sizing: border-box; font-family: 'Open Sans', Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 20px; } .app { @@ -9,7 +11,7 @@ .content { float: left; - width: calc(100% - 240px); + width: calc(100% - 190px); margin-top: 20px; } .content .left, .content .right { diff --git a/app/styles/menu.css b/app/styles/menu.css index 4815cba..cdc2976 100644 --- a/app/styles/menu.css +++ b/app/styles/menu.css @@ -1,6 +1,6 @@ .menu { float: left; - width: 200px; + width: 150px; margin: 20px; } .menu ul { @@ -32,7 +32,7 @@ color: #000; text-decoration: none; width: auto; - max-width: 200px; + max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;