We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ae54c commit 89d33b0Copy full SHA for 89d33b0
assets/_sass/_style.scss
@@ -44,11 +44,6 @@ footer[role="contentinfo"] {
44
45
}
46
47
-.alphalert {
48
- background-color: $brand-warning;
49
- padding-top: 1rem;
50
-}
51
-
52
.masthead {
53
background-color: $brand-info;
54
text-align: center;
index.html
@@ -8,13 +8,6 @@
8
<p class="lead">The HTTP client abstraction for PHP.</p>
9
</div>
10
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>
18
<div class="feature">
19
<div class="container">
20
<div class="row">
0 commit comments