Skip to content

Commit 1bdebf1

Browse files
committed
Changing font-size in test pages
1 parent 10f3d85 commit 1bdebf1

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

core/src/components/grid/test/basic/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
.grid-demo ion-col div {
212212
background-color: #f7f7f7;
213213
border: 1px solid #ddd;
214+
font-size: 0.9em;
214215
padding: 10px 5px;
215216
}
216217
</style>

core/src/components/grid/test/offsets-pull-push/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h2 class="ion-padding-start">Dynamic Offset</h2>
9898
.grid-demo ion-col div {
9999
background-color: #f7f7f7;
100100
border: 1px solid #ddd;
101+
font-size: 0.8em;
101102
padding: 10px 5px;
102103
}
103104
</style>

core/src/components/grid/test/offsets/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ <h2 class="ion-padding-start">Dynamic Offset</h2>
102102
.grid-demo ion-col div {
103103
background-color: #f7f7f7;
104104
border: 1px solid #ddd;
105+
font-size: 0.8em;
105106
padding: 10px 5px;
106107
}
107108
</style>

core/src/components/grid/test/padding/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ <h2 class="ion-padding-start">Custom Column Padding By Breakpoint</h2>
127127
.grid-demo ion-col div {
128128
background-color: #f7f7f7;
129129
border: 1px solid #ddd;
130+
font-size: 0.8em;
130131
padding: 10px 5px;
131132
}
132133

core/src/components/grid/test/sizes/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ <h2 class="ion-padding-start">Breakpoint Sizes</h2>
124124
.grid-demo ion-col div {
125125
background-color: #f7f7f7;
126126
border: 1px solid #ddd;
127+
font-size: 0.8em;
127128
padding: 10px 5px;
128129
}
129130

0 commit comments

Comments
 (0)