This commit is contained in:
Mr Swift
2024-03-09 18:00:53 +03:30
parent 88f31bd213
commit ffdd93e0d4
3 changed files with 67 additions and 5 deletions
+28 -1
View File
@@ -1,3 +1,30 @@
/* width */
::-webkit-scrollbar {
width: 5px;
height: 5px;
border-radius: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
border-radius: 5px;
}
.site--footer {
padding-top: 20px;
background: #fff;
@@ -228,10 +255,10 @@
}
.companies {
ul {
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
@media (max-width: 768px) {