mirror of https://github.com/Cesura/pastey.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
248 B
18 lines
248 B
4 years ago
|
.prettyprint ol.linenums > li { list-style-type: decimal; }
|
||
|
|
||
|
#intro {
|
||
|
margin-top: 58px;
|
||
|
}
|
||
|
@media (max-width: 991px) {
|
||
|
#intro {
|
||
|
margin-top: 45px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.paste-checkbox {
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
font-size: 60px;
|
||
|
}
|