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

Commit 2a019a6

Browse files
Minor fixes in the announcement
1 parent 4f4ca7b commit 2a019a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

assets/css/directives/notification.directive.scss

+11-11
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,20 @@ $desktop-width: 1024px;
9292
// background-position: 0 20%;
9393
background-size: cover;
9494
background-repeat: no-repeat;
95+
background-position: center center;
9596
}
9697
.notification-bg-desktop {
9798
@include desktop {
98-
background-position: center center;
9999
display: block;
100100
}
101101
}
102102
.notification-bg-tablet {
103103
@include tablet {
104104
display: block;
105-
background-position: center right;
106105
}
107106
}
108107
.notification-bg-mobile {
109108
@include mobile {
110-
background-position: center right;
111109
display: block;
112110
}
113111
}
@@ -132,7 +130,7 @@ $desktop-width: 1024px;
132130
padding: 20px;
133131
}
134132
@include mobile {
135-
height: 230px;
133+
height: 250px;
136134
display: flex;
137135
flex-direction: column;
138136
padding: 14px;
@@ -145,7 +143,8 @@ $desktop-width: 1024px;
145143
color: #FFF;
146144
@include desktop {
147145
margin-top: 34px;
148-
padding-left: 44px;
146+
width: 50%;
147+
padding: 20px 0 13px 44px;
149148
}
150149
@include tablet {
151150
font-size: 36px;
@@ -166,18 +165,19 @@ $desktop-width: 1024px;
166165
@include desktop {
167166
max-width: 50%;
168167
padding-left: 44px;
169-
font-size: 18px;
170-
line-height: 22px;
171-
margin-bottom: 40px;
168+
font-size: 26px;
169+
line-height: 31px;
170+
margin-bottom: 55px;
172171
}
173172
@include tablet {
174-
font-size: 16px;
173+
font-size: 18px;
174+
line-height: 22px;
175175
margin-bottom: 16px;
176176
text-align: center;
177177
}
178-
@include tablet {
178+
@include mobile {
179179
font-size: 14px;
180-
margin-bottom: 16px;
180+
margin-bottom: 4px;
181181
text-align: center;
182182
}
183183
}

assets/images/news/TCO18-mobile.jpg

-1.56 KB
Loading

assets/images/news/TCO18-tablet.jpg

-2.95 KB
Loading

0 commit comments

Comments
 (0)