up
This commit is contained in:
parent
ae4f8ad88a
commit
a5f5cf6080
@ -49,7 +49,7 @@ main {
|
|||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a{
|
.content a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -91,3 +91,13 @@ footer {
|
|||||||
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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user