Skip to content

Commit 89e5361

Browse files
committed
Finish act button disconnection.
1 parent 1a031e1 commit 89e5361

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

build_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def transform(site_config, language, html)
121121
'
122122
end
123123
when 'ANCHOR'
124-
html.sub! block_pattern, "\n<span id=\"#{id_part}\"></span>\n"
124+
html.sub! block_pattern, "\n{::nomarkdown}\n<span id=\"#{id_part}\"></span>\n{:/}\n"
125125
when 'IMG'
126126
case id_part
127127
when 'roadmap'

stylesheets/site/_home.scss

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@
6262

6363
.home__intro__content {
6464
@include span(24);
65+
position: relative;
6566
color: $sti-white;
6667
text-align: center;
68+
padding-bottom: 1rem;
6769

6870
h1 {
6971
@include setFontToBaseline(64px, 0, 0);
@@ -89,8 +91,8 @@
8991
}
9092

9193
position: relative;
92-
margin-top: 1em;
93-
margin-bottom: 1em;
94+
margin-top: 1rem;
95+
margin-bottom: 2rem;
9496

9597
table {
9698
margin-left: auto;
@@ -165,6 +167,14 @@
165167
}
166168
}
167169

170+
.home__intro__content > .counter + p {
171+
position: absolute;
172+
margin: 0;
173+
padding: 0 !important;
174+
bottom: -43px;
175+
width: 100%;
176+
}
177+
168178
.home__fix-net-neutrality__outer {
169179
background-color: $sti-white;
170180
}
@@ -193,7 +203,7 @@
193203
}
194204

195205
.home__fix-net-neutrality__content {
196-
margin-top: 40px;
206+
padding-top: 1.5rem;
197207

198208
h2 {
199209
@include setFontToBaseline(46px, 1, 1);
@@ -273,7 +283,6 @@
273283

274284
#home__questionnaire__content__iframe {
275285
width: 100%;
276-
margin: 1rem 0;
277286
border: none;
278287
border-radius: 0px;
279288
@include susy-breakpoint($tablet-small, $desktop-large) {

0 commit comments

Comments
 (0)