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 ed0a840 commit 11476e8Copy full SHA for 11476e8
app/assets/stylesheets/application.scss
@@ -4,6 +4,11 @@
4
/*
5
* Globals
6
*/
7
+* {
8
+ padding: 0;
9
+ margin: 0;
10
+ box-sizing: border-box;
11
+}
12
$white: #fff;
13
/* Links */
14
a,
app/views/pages/about.html.erb
@@ -13,7 +13,7 @@
<h5><%= skill.title %></h5>
<div class="progress">
15
<div
16
- class="progress-bar progress-bar-stripped bg-warning"
+ class="progress-bar progress-bar-striped bg-primary"
17
role="progressbar"
18
aria-valuenow="<%= skill.percent_utilized %>"
19
aria-valuemax="100"
0 commit comments