1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-19 13:01:12 +02:00

style: fix comment syntax

This commit is contained in:
Kushagra Gour
2018-01-14 10:50:53 +05:30
parent d769dc5bcd
commit 78814cd7c7

View File

@@ -384,7 +384,8 @@ body > #demo-frame {
/*line-height: 20px;*/
}
.footer {
z-index: 6; // Because .console is 6
/* Because .console is 6 */
z-index: 6;
}
.main-header {
display: flex;