Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit eef571f

Browse files
Fix typos and minor ui fixes
1 parent cb8c6c5 commit eef571f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

app/my-dashboard/notifications/news.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[
22
{
33
"header": "Algorithm, Marathon, Regionals, & More!",
4-
"details": "TCO18 news is here! Find out the details for Algorith & Marathon Competitions, regional events, and more!",
4+
"details": "TCO18 news is here! Find out the details for Algorithm & Marathon Competitions, regional events, and more!",
55
"headerExpand": "TCO18 News - Algorithm, Marathon, Regionals, & More!",
6-
"detailsExpand": "TCO18 news is here! Find out the details for Algorith & Marathon Competitions, regional events, and more!",
6+
"detailsExpand": "TCO18 news is here! Find out the details for Algorithm & Marathon Competitions, regional events, and more!",
77
"backgroundImageDesktop": "tco18news-desktop.jpg",
88
"backgroundImageTablet": "tco18news-tablet.jpg",
99
"backgroundImageMobile": "tco18news-mobile.jpg",
10+
"redirectTo": "https://www.topcoder.com/blog/tco18-marathon-algorithm-competitions-announced/",
11+
"redirectText": "Read More",
1012
"customTag": {
1113
"text": "TCO18 News"
1214
},

assets/css/directives/notification.directive.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ $desktop-width: 1024px;
135135
}
136136
@include tablet {
137137
height: 325px;
138-
display: flex;
139-
flex-direction: column;
140138
padding: 20px;
141139
}
142140
@include mobile {
@@ -161,12 +159,10 @@ $desktop-width: 1024px;
161159
}
162160
@include tablet {
163161
font-size: 36px;
164-
text-align: center;
165162
/*
166163
======
167164
With Video
168165
======*/
169-
text-align: center;
170166

171167
/*
172168
======
@@ -208,7 +204,6 @@ $desktop-width: 1024px;
208204
font-size: 22px;
209205
line-height: 28px;
210206
margin-bottom: 40px;
211-
text-align: center;
212207
/*
213208
======
214209
With Logo
@@ -220,8 +215,8 @@ $desktop-width: 1024px;
220215
*/
221216
}
222217
@include mobile {
223-
font-size: 18px;
224-
line-height: 26px;
218+
font-size: 16px;
219+
line-height: 16px;
225220
text-align: center;
226221
/*
227222
======

0 commit comments

Comments
 (0)