File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -561,6 +561,10 @@ body.gorm .mainheader {
561
561
background-color : gray;/*#feb672;*/
562
562
}
563
563
564
+ .get-started-row .calltoaction h2 {
565
+ background-color : # 255aa8 ;
566
+ }
567
+
564
568
.headerbar ,
565
569
# features {
566
570
background-color : # 255AA8 ;
@@ -1058,7 +1062,6 @@ article.quote h2 {
1058
1062
position : relative;
1059
1063
display : block;
1060
1064
justify-content : center;
1061
- padding-bottom : 2em ;
1062
1065
}
1063
1066
1064
1067
.testimonials {
@@ -1101,7 +1104,6 @@ article.quote h2 {
1101
1104
}
1102
1105
.get-started-row {
1103
1106
display : flex;
1104
- top : -2em ; /* This is super ugly, but the .calltoaction h2 has margins on it which we need to compensate for */
1105
1107
}
1106
1108
1107
1109
.mainheader {
Original file line number Diff line number Diff line change 4
4
< div class ="homebar ">
5
5
< div class ="content ">
6
6
< h1 > A powerful Groovy-based web application framework for the JVM built on top of Spring Boot</ h1 >
7
+ < div class ="get-started-row ">
8
+ < div class ="calltoaction ">
9
+ < h2 >
10
+ < a href ="https://start.grails.org/ ">
11
+ < span class ="version "> Get Started</ span >
12
+ </ a >
13
+ </ h2 >
14
+ </ div >
15
+ </ div >
7
16
< div class ="calltoactions ">
8
17
< div class ="calltoaction ">
9
18
< b > Read the docs</ b >
38
47
</ div >
39
48
< div class ="get-started-row ">
40
49
< div class ="calltoaction ">
41
- < h2 >
42
- < a href ="https://start.grails.org/ ">
43
- < span class ="version "> Get Started</ span >
44
- </ a >
45
- </ h2 >
46
-
47
50
< span class ="allversions "> NOTE: Versions prior to 7.0.0-M4 are not ASF releases. Links to those releases are provided here as a convenience.</ span >
48
51
</ div >
49
52
</ div >
You can’t perform that action at this time.
0 commit comments