File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 135
135
vertical-align : top;
136
136
}
137
137
138
+ .content-inner .section-heading {
139
+ position : relative;
140
+ }
141
+
138
142
.content-inner .section-heading : hover a .hover-link {
139
143
opacity : 1 ;
140
144
text-decoration : none;
155
159
156
160
@media screen and (max-width : 768px ) {
157
161
.content-inner .section-heading a .hover-link {
158
- float : right;
159
- margin-right : -13px ;
160
- padding : .3em ;
161
- }
162
- .content-inner h1 .section-heading a .hover-link {
163
- margin-top : 13px ;
164
- }
165
- .content-inner h2 .section-heading a .hover-link {
166
- margin-top : 7px ;
167
- }
168
- .content-inner h3 .section-heading a .hover-link {
169
- margin-top : 4px ;
162
+ position : absolute;
163
+ bottom : 0 ;
164
+ right : -20px ;
165
+ padding : .3em .6em .4em ;
170
166
}
171
167
}
172
168
You can’t perform that action at this time.
0 commit comments