Skip to content

Commit ff24f70

Browse files
author
christopheschwyzer
committed
minor stlyles
1 parent 49d079f commit ff24f70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ strong {
173173
text-shadow: 1px 1px #f5f5f5;
174174
}
175175
#header .logo-wrapper .slogan:before {
176-
content: '<';
176+
content: '< ';
177177
}
178178
#header .logo-wrapper .slogan:after {
179-
content: '>';
179+
content: ' >';
180180
}
181181
@media (min-width: 700px) {
182182
#header .logo-wrapper .slogan {

css/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ strong {
204204
text-shadow: 1px 1px @colorBg;
205205

206206
&:before {
207-
content: '<';
207+
content: '< ';
208208
}
209209

210210
&:after {
211-
content: '>';
211+
content: ' >';
212212
}
213213

214214
@media (min-width: @breakpointMedium) {

0 commit comments

Comments
 (0)