-
Notifications
You must be signed in to change notification settings - Fork 2
/
responsive.css
101 lines (78 loc) · 1.6 KB
/
responsive.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
@media only screen and (max-width: 600px) {
.netflix-padding-left {
padding-left: 10px !important;
}
.netflix-padding-right {
padding-right: 10px !important;
}
.navbar-brand img {
width: 5px;
}
.navbar {
padding-top: unset !important;
padding-bottom: unset !important;
}
i {
font-size: 10px;
cursor: pointer;
padding: 5px !important;
}
.netflix-profile {
margin-left: 5px;
}
.netflix-dropdown-box {
display: block;
}
.netflix-nav {
display: none !important;
}
/* Ajustes para vídeos */
.netflix-home-video .content .left {
margin-left: 25px;
}
.netflix-home-video .content .left img {
width: 200px;
margin-top: 90px !important;
}
button {
font-size: 10px !important;
width: max-content !important;
opacity: 0.8;
}
/* Ajustes para carrossel */
.slider {
top: 250px;
margin-left: 0px;
}
/* Ajustes para cards */
.card {
width: 150px;
}
.margin-right {
margin-right: unset;
}
.card-icon {
font-size: 17px !important;
}
.card-body {
top: 80px !important;
}
.netflix-card-text {
font-size: 8px;
}
.position-slider2 {
top: 0px !important;
}
.margin-title {
margin-top: 100px;
}
.margin-title2 {
margin-top: 14px;
}
.copy-right {
margin-left: 0px !important;
}
.slider-box {
margin-top: 45px;
}
}