Make tap-targets bigger on mobile devices

This commit is contained in:
Kevin Kandlbinder 2020-12-23 16:51:03 +01:00
parent 4fef22a30a
commit 45ed006faf

View file

@ -9,6 +9,10 @@
overflow: hidden;
background: radial-gradient(ellipse at top left, #1f0ba659, transparent), radial-gradient(ellipse at bottom right, #4a086829, transparent);
@media(pointer: coarse), (pointer: none) {
min-height: 700px;
}
.profile {
position: relative;
left: 50%;
@ -19,6 +23,8 @@
&:hover .profileImage {
transform: translate(4px, -4px);
}
@ -27,8 +33,6 @@
transform: translate(-3px, 3px);
}
.hello {
font-weight: 100;
opacity: .75;
@ -58,6 +62,11 @@
text-decoration: underline dotted rgba(0, 0, 0, 0);
padding: 6px 0 6px 25px;
color: $textColor;
@media(pointer: coarse), (pointer: none) {
padding-top: 15px;
padding-bottom: 15px;
}
}
.contactLink:hover, .contactLink:active {