|
@@ -36,7 +36,12 @@
|
|
|
<img src="/assets/social/discord.svg" />
|
|
|
</a>
|
|
|
</p>
|
|
|
- <a href="https://musare.com" target="_blank"><img class="musareFooterLogo" src="/assets/wordmark.png" alt="Musare"></a>
|
|
|
+ <a href="https://musare.com" target="_blank"
|
|
|
+ ><img
|
|
|
+ class="musareFooterLogo"
|
|
|
+ src="/assets/wordmark.png"
|
|
|
+ alt="Musare"
|
|
|
+ /></a>
|
|
|
<p>
|
|
|
© Copyright Musare 2015 - 2019
|
|
|
</p>
|
|
@@ -57,21 +62,22 @@
|
|
|
}
|
|
|
|
|
|
.footer {
|
|
|
- border-radius: 33% 33% 0% 0% / 7% 7% 0% 0%;
|
|
|
- box-shadow: 0 4px 8px 0 rgba(3, 169, 244, 0.65), 0 6px 20px 0 rgba(3, 169, 244, 0.4);
|
|
|
- background-color: #ffffff;
|
|
|
- margin-top: 50px;
|
|
|
- padding-bottom: 25px;
|
|
|
- width: 100%;
|
|
|
+ border-radius: 33% 33% 0% 0% / 7% 7% 0% 0%;
|
|
|
+ box-shadow: 0 4px 8px 0 rgba(3, 169, 244, 0.65),
|
|
|
+ 0 6px 20px 0 rgba(3, 169, 244, 0.4);
|
|
|
+ background-color: #ffffff;
|
|
|
+ margin-top: 50px;
|
|
|
+ padding-bottom: 25px;
|
|
|
+ width: 100%;
|
|
|
|
|
|
- .musareFooterLogo {
|
|
|
- display: block;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- margin-bottom: 15px;
|
|
|
- width: 200px;
|
|
|
- }
|
|
|
+ .musareFooterLogo {
|
|
|
+ display: block;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
.icon:hover {
|
|
|
color: #90298c !important;
|