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;
}
.content a{
.content a {
text-decoration: underline;
}
@ -91,3 +91,13 @@ footer {
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%;
}
}