Skip to content

Commit 89d33b0

Browse files
committed
Remove alpha alert
1 parent 15ae54c commit 89d33b0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

assets/_sass/_style.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ footer[role="contentinfo"] {
4444

4545
}
4646

47-
.alphalert {
48-
background-color: $brand-warning;
49-
padding-top: 1rem;
50-
}
51-
5247
.masthead {
5348
background-color: $brand-info;
5449
text-align: center;

index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
<p class="lead">The HTTP client abstraction for PHP.</p>
99
</div>
1010
</div>
11-
<div class="alphalert">
12-
<div class="container">
13-
<p class="text-danger">
14-
<b>Note:</b> We are currently in the phase of alpha releases. Contributions are very welcome!
15-
</p>
16-
</div>
17-
</div>
1811
<div class="feature">
1912
<div class="container">
2013
<div class="row">

0 commit comments

Comments
 (0)