Skip to content

Commit b83b3f1

Browse files
committed
Tweaking image margins and defaults
1 parent 48fcce1 commit b83b3f1

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

src/components/ExportData.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
padding: 0.2em 1.5em;
8181
8282
.modal-icon {
83-
display: block;
84-
margin: 0 auto;
83+
margin: 0 auto 2em auto;
8584
}
8685
8786
.buttons {

src/components/StartOver.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
padding: 0.2em 1.5em;
8484
8585
.modal-icon {
86-
display: block;
87-
margin: 0 auto;
86+
margin: 0 auto 2em auto;
8887
}
8988
9089
.buttons {

src/components/UIModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
9898
.modal-header {
9999
text-align: center;
100-
margin: 1em;
100+
margin: 1em 1em 0.7em 1em;
101101
}
102102
103103
.close-button:focus {

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
margin: 0;
55
}
66

7+
img, svg {
8+
max-width: 100%;
9+
display: block;
10+
height: auto;
11+
}
12+
713
input, button, textarea, select {
814
font: inherit;
915
}

0 commit comments

Comments
 (0)