Fix meta text with small resolutions
This commit is contained in:
parent
57c8594818
commit
57ccb96a46
2 changed files with 1 additions and 14 deletions
14
style.less
14
style.less
|
|
@ -315,20 +315,6 @@ input[type=color] {
|
|||
|
||||
/* Media queries */
|
||||
|
||||
@media (max-width: 1050px) {
|
||||
|
||||
#info {
|
||||
color: @text;
|
||||
margin-bottom: 20px;
|
||||
padding-top: 30px;
|
||||
font-size: 20px;
|
||||
|
||||
& a:link {
|
||||
color: @text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue