maj
This commit is contained in:
@@ -121,7 +121,8 @@
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
-webkit-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.reso{
|
||||
display: none;
|
||||
@@ -180,7 +181,8 @@
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
-webkit-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.reso{
|
||||
display: none;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<h2>{{page.title|upper}}</h2>
|
||||
|
||||
{% for module in page.collection() %}
|
||||
<a href="#{{module.title}}">{{module.title|upper}}</a>
|
||||
<!-- <a href="#{{module.title}}">{{module.title|upper}}</a> -->
|
||||
{% endfor %}
|
||||
|
||||
<div class="reso">
|
||||
|
||||
Reference in New Issue
Block a user