|
|
@@ -444,7 +444,7 @@ onMounted(() => {
|
|
|
height: 55%;
|
|
|
//background: linear-gradient(180deg, #372918 0%, #776655 100%);
|
|
|
background-color: #615446;
|
|
|
- padding: 20px 0;
|
|
|
+ padding: 0 0 20px 0;
|
|
|
transition: height 0.3s ease;
|
|
|
|
|
|
&.zoomed {
|
|
|
@@ -576,7 +576,6 @@ onMounted(() => {
|
|
|
font-weight: bold;
|
|
|
color: #584735;
|
|
|
margin-bottom: 10px;
|
|
|
- font-family: 'heavy';
|
|
|
}
|
|
|
|
|
|
.artifact-meta {
|