Save
This commit is contained in:
@@ -233,3 +233,30 @@ p {
|
||||
object-position: top center;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-list {
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: 28px;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
padding-left: 24px;
|
||||
|
||||
&::before {
|
||||
content: '→';
|
||||
font-family: 'Open Sans', Sans-serif;
|
||||
font-weight: 700;
|
||||
color: #1e1756;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user