Tweaks for mobile.
This commit is contained in:
@ -21,6 +21,9 @@ body {
|
||||
max-width: 800px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.web_wrapper {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
h1 {
|
||||
border-top: 3px solid #777;
|
||||
background-color: #111;
|
||||
@ -47,6 +50,10 @@ h5 {
|
||||
margin: 2px;
|
||||
width: 30%;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
width: 100%;
|
||||
}
|
||||
a:link {
|
||||
color: #00c;
|
||||
}
|
||||
@ -67,6 +74,7 @@ a:hover {
|
||||
.menu span {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.menu a:link {
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user