Fix some bugs

This commit is contained in:
WhyKorp
2023-12-18 21:07:52 +01:00
committed by GitHub
parent 3980d78bb0
commit 21154bbaeb
+12 -1
View File
@@ -20,10 +20,21 @@ body {
background-color: #333; background-color: #333;
} }
.flash_info { img.flash_info {
display: flex;
transition: 0.4s;
};
img.flash_info:hover {
transition: 0.4s;
width: 800px
};
p.flash_info {
display: flex; display: flex;
}; };
div.flash_info { div.flash_info {
justify-content:left; justify-content:left;
display: flex;
}; };