fix: compatibility with IE3
This commit is contained in:
@@ -12,6 +12,7 @@ html {
|
||||
}
|
||||
|
||||
#spike {
|
||||
vertical-align: bottom;
|
||||
border-style:solid;
|
||||
border-color:rgba(18,24,217,0.6);
|
||||
width: 10.1%;
|
||||
@@ -54,33 +55,22 @@ a:active {
|
||||
color: #686bff;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: auto;
|
||||
.menu_link {
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
.menu {
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
background: #1218d9;
|
||||
background-color: rgba(18,24,217,0.6);
|
||||
top: 0;
|
||||
left:0px;
|
||||
right:0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
margin-top: -1.9%;
|
||||
margin-left: 12%;
|
||||
}
|
||||
|
||||
/* Add spacing between child elements using margins */
|
||||
/* Doing this hack to ensure IE compatibility */
|
||||
.menu > * {
|
||||
margin-right: 10px; /* Adjust the value as needed */
|
||||
}
|
||||
|
||||
/* Remove margin from the last child to prevent extra spacing */
|
||||
.menu > :last-child {
|
||||
margin-right: 0;
|
||||
.menu a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user