Skip to content
Snippets Groups Projects
Commit c1ecb0a8 authored by unknown's avatar unknown
Browse files

fontsize smaller

parent ac55800f
No related branches found
No related tags found
No related merge requests found
Pipeline #612846 passed
......@@ -451,7 +451,10 @@
}
}
@media only screen and (max-width: 400px) {
@media only screen and (max-width: 450px) {
p {
font-size: 16px;
}
.aboutArticle {
height: auto;
background-image: url(/img/FullMoon2010.jpg);
......
......@@ -1727,7 +1727,10 @@ li {
margin: 5px;
}
}
@media only screen and (max-width: 400px) {
@media only screen and (max-width: 450px) {
p {
font-size: 16px;
}
.aboutArticle {
height: auto;
background-image: url(/img/FullMoon2010.jpg);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment