This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +6
-17
lines changed
app/my-dashboard/notifications
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 16
16
span With
17
17
br
18
18
span Watson
19
- a.banner.cognitive ( href ="https://cognitive.topcoder.com/" )
20
- span COGNITIVE
21
- br
22
- span COMMUNITY
Original file line number Diff line number Diff line change 29
29
}
30
30
.banner {
31
31
display : block ;
32
- height : 180 px ;
32
+ height : 360 px ;
33
33
flex : 1 ;
34
34
background-size : 100% 100% ;
35
35
margin-right : 2px ;
40
40
margin-right : 0 ;
41
41
}
42
42
& .tco17 {
43
- background-image : url (../../images/home-hero.jpg );
43
+ background : url (../../images/home-hero.jpg ) center / cover ;
44
44
img {
45
45
width : 150px ;
46
- margin : 20 px auto 0 ;
46
+ margin : 120 px auto 0 ;
47
47
display : block ;
48
48
}
49
49
}
50
50
& .watson {
51
- background-image : url (../../images/banner-watson.jpg );
52
- padding-left : 16 px ;
51
+ background : url (../../images/banner-watson.jpg ) center / cover ;
52
+ padding-left : 64 px ;
53
53
font-size : 32px ;
54
54
img {
55
55
width : 152px ;
56
56
display : block ;
57
- margin-top : 40 px ;
57
+ margin-top : 64 px ;
58
58
margin-bottom : 20px ;
59
59
}
60
60
}
61
- & .cognitive {
62
- background-image : url (../../images/banner-cognitive.jpg );
63
- font-size : 32px ;
64
- text-align : center ;
65
- font-weight : bold ;
66
- padding-top : 45px ;
67
- }
68
61
@media screen and (max-width : 768px ) {
69
62
margin-right : 0 ;
70
63
margin-bottom : 2px ;
You can’t perform that action at this time.
0 commit comments