Skip to content

Commit

Permalink
tweak horizontal padding in place listitem and notes-list
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Mar 25, 2023
1 parent 72970ad commit a6ed0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/css/main.diary.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ enketo-notes-list, .notes-list {
}

.notes-list {
padding: 0 15px 5px 15px;
padding: 0 10px 5px 15px;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion www/templates/diary/place_list_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Start Time Tag -->
<!-- <div class="start-time-tag">{{place.display_enter_time}}</div> -->
<div class="diary-card short" style="padding-top: 10px;">
<div style="width: 100%; margin: auto; padding: 5px">
<div style="width: 100%; margin: auto; padding-block: 5px">
<div class="row place-title">
<!-- Place (Destination of Prev. Trip) -->
<i class="icon ion-location"></i>
Expand Down

0 comments on commit a6ed0af

Please sign in to comment.