This commit is contained in:
Roman Pyrih
2025-02-27 10:15:22 +01:00
parent 2e5bfd22fb
commit 9df386da55
3 changed files with 37 additions and 2 deletions

View File

@@ -445,6 +445,41 @@ strong {
saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
}
}
._content {
&._2_columns {
display: grid;
grid-template-columns: 250px 1fr;
gap: 50px;
._left {
a {
display: flex;
gap: 10px;
text-transform: uppercase;
padding: 5px;
color: #1d1d1e;
font-size: 16px;
font-weight: 400;
font-family: $fURWForm;
&:hover {
img {
display: block;
}
}
img {
width: 10px;
transform: rotate(-90deg);
display: none;
margin-bottom: 4px;
}
}
}
}
}
}
}
}