feature(style) set bigger font for width < 600px

This commit is contained in:
coderaiser 2014-02-24 04:25:30 -05:00
parent 524ddc510a
commit 7803c0baa6

View file

@ -279,6 +279,9 @@ a:hover, a:active {
}
@media only screen and (max-width: 600px) {
.panel {
font-size: 26px;
}
/* текущий файл под курсором */
.current-file {
background-color: rgb(49, 123, 249);
@ -308,7 +311,6 @@ a:hover, a:active {
.name {
float: none;
width: 90%;
font-size: 18px;
display: inline-block;
}