feature(style) panel width: 97% -> 98%

This commit is contained in:
coderaiser 2016-06-15 19:40:14 +03:00
parent 2229be3ca0
commit 0fe40b5283
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
}
.panel-left {
width: 97%;
width: 98%;
}
.name a:hover {

View file

@ -166,7 +166,7 @@
@media only screen and (max-width: 1155px) {
.panel {
width: 97%;
width: 98%;
}
/* если правая панель не помещаеться - прячем её */
.panel-right, .cmd-button#f5, .cmd-button#f6 {

View file

@ -132,7 +132,7 @@ body, pre, code {
}
.fm {
width : 97%;
width : 98%;
height: 90%;
margin: 26px auto 0;
}
@ -163,7 +163,7 @@ body, pre, code {
.panel {
width: 46%;
height: 97%;
height: 98%;
padding: 1%;
}