Skip to content

Commit 8468a5c

Browse files
authored
Update page layout styles in style.css
Adjusted margin and page break properties for better layout control.
1 parent f9f4bc2 commit 8468a5c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

style/style.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,15 @@ align-items: center;
117117
display: grid;
118118
grid-template-columns: repeat(4, 1fr);
119119
gap: 6px;
120-
margin-bottom: 10px;
121-
/*page-break-after: always;*/
120+
margin-bottom: 20px;
121+
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;
122129
}
123130
.card-wrapper {
124131
width: 185px;
@@ -139,7 +146,7 @@ flex-direction: column;
139146
justify-content: center;
140147
align-items: center;
141148
padding: 1px;
142-
/*page-break-inside: avoid;*/
149+
page-break-inside: avoid;
143150
}
144151
.card .network-name{
145152
font-size: 14px;

0 commit comments

Comments
 (0)