-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pruebacssportada1
62 lines (41 loc) · 1.71 KB
/
Pruebacssportada1
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
#page-site-index .dashboard-card .dashboard-card-img .course-category {
visibility: hidden;
}
#page-site-index .dashboard-card-deck .dashboard-card .dashboard-card-img {
width: 100%!important;
height: 300%!important;
}
#page-site-index .dashboard-card-deck .dashboard-card .dashboard-card-img {
position: relative; /* Adjust if necessary */
width: 100%; /* Full width of the container */
height: 100%; /* Adjust height as needed */
padding-top: 10rem; /* Only top padding */
padding-right: 10rem; /* Only right padding */
padding-bottom: 10rem; /* Only bottom padding */
padding-left: 10rem; /* Only left padding */
}
#page-site-index .dashboard-card-deck .dashboard-card .dashboard-card-img {
position: relative; /* Adjust if necessary */
width: 600px!important; /* Full width of the container */
height: 200px!important; /* Adjust height as needed */
}
#page-site-index .dashboard-card-deck .dashboard-card {
width: 600px!important; /* Full width of the container */
height: 300px!important; /* Adjust height as needed */
}
#page-site-index .dashboard-card-deck .dashboard-card .dashboard-card-img {
position: relative; /* Adjust if necessary */
width: 100%!important; /* Full width of the container */
height: 100%!important; /* Adjust height as needed */
background-size: cover!important;
background-position: center!important;
padding-top: 11rem!important;
}
#page-site-index .dashboard-card {
}
#page-site-index .dashboard-card-deck .dashboard-card {
width: 400px!important; /* Fixed width */
height: 200px!important; /* Fixed height */
}
#page-site-index .card .card-body {
}