msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

<p> text-indent #113

Closed msolters closed 9 years ago

msolters commented 9 years ago

The text-indent: 15px; property of

's also affects images, which is undesirable. How to fix this? Maybe:

.tile-content p > * {
  position: relative;
  right: 15px;
}