1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

mobile tweaks

This commit is contained in:
Matthias Kretschmann 2018-06-12 11:05:33 +02:00
parent 8182120ea4
commit 851d8fd4a3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 14 additions and 7 deletions

View File

@ -13,12 +13,17 @@
.item {
display: inline-block;
width: 40vw;
margin-left: $spacer * 2;
width: 60vw;
margin-left: $spacer;
&:last-child {
margin-right: $spacer * 2;
}
@media (min-width: 30rem) {
width: 40vw;
margin-left: $spacer * 2;
}
}
.image {

View File

@ -26,15 +26,17 @@
display: inline-block;
padding: 0 $spacer / 4;
font-size: $font-size-small;
margin-left: $spacer;
margin-left: $spacer / 2;
margin-right: $spacer / 2;
margin-bottom: $spacer / 2;
color: $text-color-light;
&:first-child {
margin-left: 0;
}
:global(.dark) & {
color: $text-color-light--dark;
}
}
}
.footer__copyright {
opacity: .6;
}