Samsung galaxy buds + review

This commit is contained in:
2020-06-08 00:04:02 +02:00
parent 80a7975a7d
commit 137981d598
6 changed files with 96 additions and 2 deletions

View File

@ -20,7 +20,7 @@
}
.site-footer {
font-size: 0.8em;
font-size: 0.9em;
padding: 0.4em;
box-shadow: 1px 3px #959595;
}
@ -51,7 +51,7 @@
}
.lists li li {
font-size: 0.8em;
font-size: 0.9em;
}
.social-links a span {
@ -111,6 +111,14 @@
}
@media only screen and (min-width: 900px) {
.site-footer {
font-size: 0.8em;
}
.lists li li {
font-size: 0.8em;
}
.lists {
flex-direction: row;
text-align: start;