File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
.ansible-banner {
2
- background : $pool ;
3
- width : 100 % ;
2
+ background : $light- pool ;
3
+ margin-top : 1.2 rem ;
4
4
.ansible-banner-text {
5
5
display : flex ;
6
6
justify-content : center ;
7
7
text-align : center ;
8
- color : $white ;
8
+ color : $black ;
9
9
padding-top : 1.2rem ;
10
+ line-height : 2.2rem ;
10
11
a {
11
12
color : $cyan ;
12
13
}
Original file line number Diff line number Diff line change 1
1
$white : #ffffff ;
2
2
$black : #000000 ;
3
3
$pool : #5cbec1 ;
4
+ $light-pool : #aedfe0 ;
4
5
$cyan : #004080 ;
5
6
$navy : #102441 ;
6
7
$light-grey : #CCCCCC ;
Original file line number Diff line number Diff line change 1
- < div class ="ansible-banner ">
2
- < div class ="ansible-banner-text ">
3
- < p >
4
- We want to hear from you! Help us gain insights into the state of the
5
- Ansible ecosystem by taking the
6
- < a href ="https://www.surveymonkey.com/r/P9Q2SNG " target ="_blank "> Ansible Project Survey 2024</ a >
7
- </ p >
1
+ < div class ="container ">
2
+ < div class ="grid-wrapper ">
3
+ < div class ="width-12-12 width-12-12-m ">
4
+ < div class ="ansible-banner ">
5
+ < div class ="ansible-banner-text ">
6
+ < p >
7
+ We want to hear from you! Help us gain insights into the state of the
8
+ Ansible ecosystem.< br >
9
+ < a href ="https://www.surveymonkey.com/r/P9Q2SNG " target ="_blank "> Take the Ansible Project Survey 2024</ a >
10
+ </ p >
11
+ </ div >
12
+ </ div >
13
+ </ div >
8
14
</ div >
9
- </ div >
15
+ </ div >
You can’t perform that action at this time.
0 commit comments