We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f4bc2 commit 8468a5cCopy full SHA for 8468a5c
style/style.css
@@ -117,8 +117,15 @@ align-items: center;
117
display: grid;
118
grid-template-columns: repeat(4, 1fr);
119
gap: 6px;
120
- margin-bottom: 10px;
121
- /*page-break-after: always;*/
+ margin-bottom: 20px;
+ page-break-after: always;
122
+ page-break-inside: avoid;
123
+}
124
+
125
+/* يمنع إضافة صفحة فارغة بعد آخر صفحة */
126
+.page:last-child {
127
+ page-break-after: auto !important;
128
+ margin-bottom: 0 !important;
129
}
130
.card-wrapper {
131
width: 185px;
@@ -139,7 +146,7 @@ flex-direction: column;
139
146
justify-content: center;
140
147
align-items: center;
141
148
padding: 1px;
142
-/*page-break-inside: avoid;*/
149
+page-break-inside: avoid;
143
150
144
151
.card .network-name{
145
152
font-size: 14px;
0 commit comments