Fix some bugs
This commit is contained in:
+12
-1
@@ -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;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user