1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Removed case senstivity from savin

This commit is contained in:
Zack Scholl
2016-02-08 01:37:46 +00:00
parent 179cf911ca
commit fe69bdee4f
3 changed files with 3 additions and 3 deletions

View File

@@ -308,6 +308,6 @@ padding: 0.4em 1em 6em;
background: #fff;
}
.yue {
max-width: 650px;
max-width: 675px;
margin: 0 auto;
}