Skip to content

Commit f1222d3

Browse files
committed
Adjusted Terminal Alert
.alert-box.terminal::before –– needed to be floated to align with the rest of the text
1 parent 00e7193 commit f1222d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_sass/_09_elements.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
.alert-box {
5959
font-family: $font-family-sans-serif;
6060
text-shadow: 0px 1px 1px rgba(0,0,0,0.9);
61-
}
61+
}
6262
.alert-box p {
6363
margin-bottom: 0;
64-
}
64+
}
6565
.alert-box a {
6666
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
6767
color: #fff;
@@ -79,6 +79,8 @@
7979
.alert-box.terminal::before {
8080
content: "$ ";
8181
color: $ci-6;
82+
float: left;
83+
margin: .25em .5em 0 0;
8284
}
8385
.alert-box.text {
8486
background-color: $grey-2;

0 commit comments

Comments
 (0)