You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
409 B
21 lines
409 B
@media screen and (max-width: 4500px) { |
|
.body { |
|
background-color: rgb(228, 227, 227); |
|
flex: 1; |
|
border-top-right-radius: 40px; |
|
border-top-left-radius: 40px; |
|
z-index: 10; |
|
overflow-y: scroll; |
|
overflow-x: hidden; |
|
border: 4px solid white; |
|
top: 5px; |
|
position: relative; |
|
} |
|
} |
|
a:focus { |
|
text-decoration: none !important; |
|
} |
|
|
|
a:hover { |
|
text-decoration: none !important; |
|
}
|
|
|