commit 9cea651555985d475f91e5b41770bc9a5972e4ac
parent 1437f276f0d321f2869d56e6b1bb6e9f51547997
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Tue, 19 Mar 2024 20:07:43 +0530
Fix ugly design
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/index.html b/index.html
@@ -27,14 +27,12 @@
margin: 0;
padding: 0;
border-right: 3px solid #444;
- background-color: #E97C7C;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.fmstations {
- background-color: transparent;
width: 240px;
margin-left: 300px;
overflow-x: hidden;
@@ -71,7 +69,7 @@
}
#emptyfm {
- margin-left: 600px;
+ margin-left: 540px;
}
</style>
</head>