File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 96
96
position : relative
97
97
width : 100%
98
98
.inner
99
- position : absolute ;
100
- left : 50% ;
101
- top : 50% ;
102
- min-width : 300px ;
103
- transform : translate(-50% , -50% );
104
- -webkit-transform : translate(-50% , -50% );
105
- -moz-transform : translate(-50% , -50% );
106
- -o-transform : translate(-50% , -50% );
99
+ left : 0
100
+ right : 0
107
101
// custom banners
108
102
& .welcome
109
103
background : url (' coderit_background.png' ) center center fixed
114
108
text-align : center
115
109
.logo
116
110
margin-bottom : 25px
111
+ max-width : 60%
117
112
#learn-more
118
113
& :after
119
114
border-color : $white transparent transparent transparent
376
371
.inner
377
372
padding : 10px 3px
378
373
#event-list-cta
379
- width : auto
374
+ width : auto
Original file line number Diff line number Diff line change 77
77
position : relative;
78
78
width : 100% ; }
79
79
.banner .inner {
80
- position : absolute;
81
- left : 50% ;
82
- top : 50% ;
83
- min-width : 300px ;
84
- transform : translate (-50% , -50% );
85
- -webkit-transform : translate (-50% , -50% );
86
- -moz-transform : translate (-50% , -50% );
87
- -o-transform : translate (-50% , -50% );}
80
+ left : 0 ;
81
+ right : 0 ; }
88
82
.banner .welcome {
89
83
background : url ("coderit_background.png" ) center center fixed;
90
84
font-size : 1.25em ;
93
87
padding : 60px 0 80px ;
94
88
text-align : center; }
95
89
.banner .welcome .logo {
96
- margin-bottom : 25px ;}
90
+ margin-bottom : 25px ;
91
+ max-width : 60% ; }
97
92
.banner .welcome # learn-more : after {
98
93
border-color : white transparent transparent transparent;
99
94
border-style : solid;
You can’t perform that action at this time.
0 commit comments