Skip to content

Commit 2702aee

Browse files
Update main.css
1 parent c6112b2 commit 2702aee

File tree

1 file changed

+1
-92
lines changed

1 file changed

+1
-92
lines changed

assets/css/main.css

+1-92
Original file line numberDiff line numberDiff line change
@@ -13,68 +13,6 @@
1313
position: block;
1414
margin: 2px auto;
1515
}
16-
* {
17-
margin: 0;
18-
padding: 0;
19-
box-sizing: border-box;
20-
}
21-
22-
body {
23-
background: #f2f2f2;
24-
}
25-
26-
@keyframes slide {
27-
from {
28-
transform: translateX(0);
29-
}
30-
to {
31-
transform: translateX(-100%);
32-
}
33-
}
34-
35-
.logos {
36-
overflow: hidden;
37-
padding: 48px 0;
38-
background: inherit;
39-
white-space: nowrap;
40-
position: relative;
41-
42-
}
43-
44-
.logos:before,
45-
.logos:after {
46-
position: absolute;
47-
top: 0;
48-
width: 252px;
49-
height: 100%;
50-
content: "";
51-
z-index: 2;
52-
}
53-
54-
.logos:before {
55-
left: 0;
56-
background: linear-gradient(to left, rgba(255, 255, 255, 0), #1e1e1e 68%);
57-
58-
}
59-
60-
.logos:after {
61-
right: 0;
62-
background: linear-gradient(to right, rgba(255, 255, 255, 0), #1e1e1e 68%);
63-
}
64-
65-
.logos:hover .logos-slide {
66-
animation-play-state: paused;
67-
}
68-
69-
.logos-slide {
70-
display: inline-flex;
71-
animation: 108s slide infinite cubic-bezier(0, 0, 0, 0);
72-
}
73-
74-
.logos-slide img {
75-
height: 48px;
76-
margin: 0 72;
77-
}
7816

7917
.nav-content {
8018
position: static;
@@ -139,27 +77,6 @@ body {
13977
}
14078

14179

142-
myBtn {
143-
display: none;
144-
position: fixed;
145-
bottom: 20px;
146-
right: 30px;
147-
z-index: 99;
148-
font-size: 16px;
149-
border: none;
150-
outline: none;
151-
background-color: #1e1e1e1e;
152-
color: #ffffff;
153-
cursor: pointer;
154-
padding: 8px;
155-
border-radius: 16px;
156-
}
157-
158-
.myBtn:hover {
159-
background-color: #1e1e1e;
160-
text-color: #ffffff;
161-
162-
}
16380

16481
.show .one {
16582
transform: rotate(45deg) translateY(6.5px);
@@ -168,12 +85,10 @@ myBtn {
16885
.show .two {
16986
transform: rotate(-45deg) translateY(-6.5px);
17087
}
171-
17288
.container {
17389
position: relative;
17490
overflow: hidden;
17591
width: 100%;
176-
scrollbar-gutter: stable both-edges;
17792
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
17893
}
17994

@@ -227,19 +142,13 @@ body
227142
{
228143
background-color:#1e1e1e
229144
}
230-
231-
html {
232-
scroll-behavior: smooth;
233-
}
234-
235145
.wrap
236146
{
237147
margin: 16px auto;
238148
width: auto;
239149
display:grid;
240150
align-items: stretch;
241151
max-width: 1200px;
242-
243152
}
244153
.tile
245154
{
@@ -1484,7 +1393,7 @@ div .copyright{
14841393
text-align: center;
14851394
}
14861395

1487-
@media (max-width: 375px) {
1396+
@media (max-width: 320px) {
14881397
.show {
14891398
background-color: #1e1e1e;
14901399
}

0 commit comments

Comments
 (0)