up
This commit is contained in:
parent
ae4f8ad88a
commit
a5f5cf6080
@ -49,7 +49,7 @@ main {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.content a{
|
||||
.content a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -90,4 +90,14 @@ footer {
|
||||
color: #72b6b5;
|
||||
font-size: 0.7rem;
|
||||
margin: 4rem 20% 4rem 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 780px) {
|
||||
nav,
|
||||
header,
|
||||
footer,
|
||||
main {
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
}
|
||||
|
@ -204,4 +204,4 @@ code {
|
||||
.highlight .vc { color: #fb660a } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #fb660a } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
|
Loading…
Reference in New Issue
Block a user