File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
.devon .reveal .title-with-image img {
2
2
margin-right : 0.5em ;
3
3
}
4
-
4
+ .small-img {
5
+ width : 300px ;
6
+ }
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ <h2>Interpolation</h2>
57
57
< div class ="title-with-image ">
58
58
< img class ="reset " src ="img/property-binding.png ">
59
59
< h2 > Property Binding</ h2 >
60
+ < img class ="small-img " src ="img/property.svg ">
60
61
</ div >
61
62
< pre class ="width-100-percent "> < code class ="hljs html " data-trim data-noescape >
62
63
<ul>
@@ -120,6 +121,7 @@ <h2>Property Binding</h2>
120
121
< div class ="title-with-image ">
121
122
< img class ="reset " src ="img/event-binding.png ">
122
123
< h2 > Event Binding</ h2 >
124
+ < img class ="small-img " src ="img/event.svg ">
123
125
</ div >
124
126
< pre class ="width-100-percent "> < code class ="hljs html " data-trim data-noescape >
125
127
<book-entry [currentBook]="books[0]"
You can’t perform that action at this time.
0 commit comments