mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-05-13 00:28:56 +08:00
front-end
This commit is contained in:
19
static/styles/mobile.less
Normal file
19
static/styles/mobile.less
Normal file
@@ -0,0 +1,19 @@
|
||||
@media (max-width: 767px) {
|
||||
h1{
|
||||
font-size: 1.5em;
|
||||
}
|
||||
h2{
|
||||
font-size: 1.3em;
|
||||
}
|
||||
h3{
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.container{
|
||||
input, button{
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user