Decrease menu width from 200 to 150px
This commit is contained in:
parent
f8cfbbf9a9
commit
cab51ea128
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue