This commit is contained in:
sharadcodes 2019-11-25 17:10:08 +05:30
parent ae4f8ad88a
commit a5f5cf6080
2 changed files with 13 additions and 3 deletions

View File

@ -49,7 +49,7 @@ main {
line-height: 1.5rem; line-height: 1.5rem;
} }
.content a{ .content a {
text-decoration: underline; text-decoration: underline;
} }
@ -90,4 +90,14 @@ footer {
color: #72b6b5; color: #72b6b5;
font-size: 0.7rem; font-size: 0.7rem;
margin: 4rem 20% 4rem 20%; margin: 4rem 20% 4rem 20%;
} }
@media screen and (max-width: 780px) {
nav,
header,
footer,
main {
margin-left: 10%;
margin-right: 10%;
}
}

View File

@ -204,4 +204,4 @@ code {
.highlight .vc { color: #fb660a } /* Name.Variable.Class */ .highlight .vc { color: #fb660a } /* Name.Variable.Class */
.highlight .vg { color: #fb660a } /* Name.Variable.Global */ .highlight .vg { color: #fb660a } /* Name.Variable.Global */
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */ .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 */