We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c1ee6 commit c7c42daCopy full SHA for c7c42da
_sass/main.sass
@@ -96,8 +96,14 @@ a
96
position: relative
97
width: 100%
98
.inner
99
- left: 0
100
- right: 0
+ position: absolute;
+ 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%);
107
// custom banners
108
&.welcome
109
background: url('coderit_background.png') center center fixed
@@ -108,7 +114,6 @@ a
114
text-align: center
115
.logo
110
116
margin-bottom: 25px
111
- max-width: 60%
112
117
#learn-more
113
118
&:after
119
border-color: $white transparent transparent transparent
@@ -371,4 +376,4 @@ a
371
376
372
377
padding: 10px 3px
373
378
#event-list-cta
374
- width: auto
379
+ width: auto
0 commit comments