Renamed the container class to footer__social-notice-box
This commit is contained in:
@@ -4,15 +4,14 @@
|
||||
import CatIcon from "$lib/images/icons/misc/cat.svg";
|
||||
import TelegramIcon from "$lib/images/icons/social/telegram.svg";
|
||||
import MatrixIcon from "$lib/images/icons/social/matrix.svg";
|
||||
import GiteaIcon from "$lib/images/icons/social/gitea.svg";
|
||||
import DiscordIcon from "$lib/images/icons/social/discord.svg";
|
||||
|
||||
</script>
|
||||
|
||||
<footer class="footer prevent-select">
|
||||
|
||||
<div class="container">
|
||||
<p class="social-row footer__social-notice">Me on other resources:</p>
|
||||
<div class="footer__social-notice-box">
|
||||
<p class="social-row footer__social-notice-text">Me on other resources:</p>
|
||||
</div>
|
||||
|
||||
<div class="social-row footer__social-links">
|
||||
@@ -68,8 +67,7 @@
|
||||
background-color: var(--col_panel);
|
||||
}
|
||||
|
||||
/*FIXME: Make another class title here*/
|
||||
.container {
|
||||
.footer__social-notice-box {
|
||||
grid-area: social-notice;
|
||||
height: 100%;
|
||||
background-color: var(--col_panel);
|
||||
@@ -77,7 +75,7 @@
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.footer__social-notice {
|
||||
.footer__social-notice-text {
|
||||
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
@@ -220,7 +218,7 @@
|
||||
"copyright copyright copyright";
|
||||
}
|
||||
|
||||
.footer__social-notice {
|
||||
.footer__social-notice-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user