File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
{{ #> layout title =title }}
3
3
<div class =" container" >
4
4
<div class =" row guided-tutorials" >
5
+ <div class =" col-sm-offset-4 col-sm-8 col-xs-12" >
6
+ <a href =" /tutorials/homepage.html" class =" back-button" >
7
+ <button >
8
+ <img src =" /img/icons/icon--arrow-back.svg" style =" margin-right: 10px;" >
9
+ All guided tutorials
10
+ </button >
11
+ </a >
12
+ </div >
5
13
{{{ mainContent }}}
6
14
</div >
7
15
</div >
Original file line number Diff line number Diff line change 98
98
box-sizing : border-box ;
99
99
100
100
padding : 4px 12px ;
101
-
102
- /* width: 224px;*/
103
- /* height: 32px;*/
101
+ margin-top : 70px ;
104
102
105
103
background : #FFFFFF ;
106
104
119
117
background-color : #F1F4F9 ;
120
118
}
121
119
120
+ .back-button :hover {
121
+ text-decoration : none ;
122
+ }
123
+
122
124
.tag-container , .tag-container-xs {
123
125
margin-top : 27px ;
124
126
}
256
258
line-height : 60px ;
257
259
}
258
260
261
+ .guided-tutorials h1 {
262
+ margin-top : 40px ;
263
+ }
264
+
259
265
/* ******************** TILE ************************/
260
266
.tile {
261
267
position : relative ;
You can’t perform that action at this time.
0 commit comments