Reposition laurels
This commit is contained in:
parent
1fae4ba8cb
commit
bcd18db1d2
@ -149,7 +149,9 @@ body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "";
|
content: "";
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 3em; }
|
height: 3em;
|
||||||
|
position: relative;
|
||||||
|
left: .09em; }
|
||||||
.slide div .project .details .award::after {
|
.slide div .project .details .award::after {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-image: url(../images/laurelright.png);
|
background-image: url(../images/laurelright.png);
|
||||||
@ -159,7 +161,9 @@ body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "";
|
content: "";
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 3em; }
|
height: 3em;
|
||||||
|
position: relative;
|
||||||
|
right: .11em; }
|
||||||
.slide table {
|
.slide table {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -189,6 +189,8 @@ body {
|
|||||||
content: "";
|
content: "";
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
|
position: relative;
|
||||||
|
left: .09em;
|
||||||
}
|
}
|
||||||
.award::after {
|
.award::after {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -200,6 +202,8 @@ body {
|
|||||||
content: "";
|
content: "";
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
|
position: relative;
|
||||||
|
right: .11em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user