This commit is contained in:
parent
41ee053bc6
commit
2b0b816a8a
File diff suppressed because one or more lines are too long
@ -559,17 +559,21 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
grid-column: 1;
|
// grid-column: 1;
|
||||||
grid-row: 1;
|
// grid-row: 1;
|
||||||
// margin-bottom: -.5rem;
|
// margin-bottom: -.5rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: grid;
|
// display: grid;
|
||||||
grid-template-columns: 1fr;
|
// grid-template-columns: 1fr;
|
||||||
grid-gap: 10px;
|
// grid-gap: 10px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
div{
|
div{
|
||||||
padding: .02rem .3rem;
|
padding: .02rem .3rem;
|
||||||
|
position: relative;
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
margin: .1rem 0 .1rem 0;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user