mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-01-12 22:26:55 +08:00
20 lines
235 B
Plaintext
20 lines
235 B
Plaintext
@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;
|
|
}
|
|
}
|
|
}
|