Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2020-07-20 23:02:43 +01:00
parent b15b42ab61
commit 824dd22d62
3 changed files with 12 additions and 7 deletions

View File

@@ -17,17 +17,15 @@
}
.locationicon {
font-size: calc(10px + 1.2vmin);
width: auto;
cursor: pointer;
}
.MuiSvgIcon-root {
font-size: calc(10px + 1.5vmin) !important;
position: absolute;
bottom: 2px;
left: 2px;
width: 100em;
height: 100em;
font-size: 2rem;
}
.credits {
@@ -36,6 +34,8 @@
position: absolute;
text-align: left;
min-width: 50px;
width: auto;
height: auto;
}
.tooltip {
@@ -67,4 +67,9 @@
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
#photographer, .locationicon {
display: inline;
vertical-align: midddle;
}

View File

@@ -3,8 +3,8 @@
text-align: right;
min-width: 50px;
cursor: pointer;
-webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
filter: drop-shadow(0 0 6px rgba(0,0,0,.3));
}
.navbar1 {

View File

@@ -103,7 +103,7 @@ h4, #engines {
font-family: 'Lexend Deca', sans-serif;
&:hover {
transform: translateY(-0.10em);
transform: translateX(-0.10em);
}
&:before {