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

Fix typos and minor ui fixes #1295

Merged
merged 1 commit into from
Mar 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/my-dashboard/notifications/news.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[
{
"header": "Algorithm, Marathon, Regionals, & More!",
"details": "TCO18 news is here! Find out the details for Algorith & Marathon Competitions, regional events, and more!",
"details": "TCO18 news is here! Find out the details for Algorithm & Marathon Competitions, regional events, and more!",
"headerExpand": "TCO18 News - Algorithm, Marathon, Regionals, & More!",
"detailsExpand": "TCO18 news is here! Find out the details for Algorith & Marathon Competitions, regional events, and more!",
"detailsExpand": "TCO18 news is here! Find out the details for Algorithm & Marathon Competitions, regional events, and more!",
"backgroundImageDesktop": "tco18news-desktop.jpg",
"backgroundImageTablet": "tco18news-tablet.jpg",
"backgroundImageMobile": "tco18news-mobile.jpg",
"redirectTo": "https://www.topcoder.com/blog/tco18-marathon-algorithm-competitions-announced/",
"redirectText": "Read More",
"customTag": {
"text": "TCO18 News"
},
Expand Down
9 changes: 2 additions & 7 deletions assets/css/directives/notification.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ $desktop-width: 1024px;
}
@include tablet {
height: 325px;
display: flex;
flex-direction: column;
padding: 20px;
}
@include mobile {
Expand All @@ -161,12 +159,10 @@ $desktop-width: 1024px;
}
@include tablet {
font-size: 36px;
text-align: center;
/*
======
With Video
======*/
text-align: center;

/*
======
Expand Down Expand Up @@ -208,7 +204,6 @@ $desktop-width: 1024px;
font-size: 22px;
line-height: 28px;
margin-bottom: 40px;
text-align: center;
/*
======
With Logo
Expand All @@ -220,8 +215,8 @@ $desktop-width: 1024px;
*/
}
@include mobile {
font-size: 18px;
line-height: 26px;
font-size: 16px;
line-height: 16px;
text-align: center;
/*
======
Expand Down