increase max-width for page contents
This commit is contained in:
parent
4c23d2bd30
commit
e912acd3ca
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
.virtual-machine-container {
|
||||
max-width: 820px;
|
||||
}
|
||||
.virtual-machine-container .tabs-left, .virtual-machine-container .tabs-right {
|
||||
border-bottom: none;
|
||||
padding-top: 2px;
|
||||
|
@ -233,7 +236,7 @@
|
|||
|
||||
.vm-detail-item, .vm-contact-us {
|
||||
overflow: hidden;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid #ccc;
|
||||
padding: 15px;
|
||||
color: #555;
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue