File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ div.ethical-footer {
55
55
}
56
56
.ethical-sidebar ,
57
57
.ethical-footer {
58
- padding : 1 em ;
58
+ padding : 0.5 em ;
59
59
margin : 1em 0 ;
60
60
}
61
61
.ethical-sidebar img ,
@@ -93,6 +93,30 @@ div.ethical-footer {
93
93
line-height : 20px ;
94
94
}
95
95
96
+ /* Techstack badging */
97
+ .ethical-sidebar ul {
98
+ margin : 0 !important ;
99
+ padding-left : 0 ;
100
+ list-style : none;
101
+ }
102
+ .ethical-sidebar ul li {
103
+ display : inline-block;
104
+ background-color : lightskyblue;
105
+ color : black;
106
+ padding : 0.25em 0.4em ;
107
+ font-size : 75% ;
108
+ font-weight : 700 ;
109
+ margin : 0.25em ;
110
+ border-radius : 0.25rem ;
111
+ text-align : center;
112
+ vertical-align : baseline;
113
+ white-space : nowrap;
114
+ line-height : 1.41 ;
115
+ }
116
+ .ethical-sidebar ul li : not (: last-child ) {
117
+ margin-right : .25rem ;
118
+ }
119
+
96
120
.ethical-sidebar a ,
97
121
.ethical-sidebar a : visited ,
98
122
.ethical-sidebar a : hover ,
@@ -102,7 +126,7 @@ div.ethical-footer {
102
126
.ethical-footer a : hover ,
103
127
.ethical-footer a : active {
104
128
color : # 0a0a0a ;
105
- text-decoration : underline !important ;
129
+ text-decoration : none !important ;
106
130
border-bottom : 0 !important ;
107
131
}
108
132
You can’t perform that action at this time.
0 commit comments