File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed
Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 66 - ItsZariep
77---
88
9-
9+ This page contains last 15 commits in [ Cereus Linux codeberg organization ] ( https://codeberg.org/cereus-linux )
1010
1111{{< updates >}}
Original file line number Diff line number Diff line change 33
44< section class ="header-upt ">
55 < div class ="weltext ">
6- < p id ="str-extrasubtitle "> This page contains last 15 commits in Cereus Linux codeberg organization</ p >
76 < section class ="post-card ">
87 < a href ="https://codeberg.org/cereus-linux.rss "> < h1 > Suscribe to Codeberg feed (RSS)</ h1 > </ a >
98 </ section >
@@ -14,7 +13,6 @@ <h1>Recent Commits</h1>
1413
1514< div id ="commit-feed "> </ div >
1615
17-
1816< script >
1917async function fetchCommits ( url ) {
2018 try {
Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ input[type="text"] {
221221
222222@media only screen and (max-width : 768px ) and (max-aspect-ratio : 1 / 1 )
223223{
224- .dropdown-checkbox : checked + label + .tp-dropdown-elements {
225- display : block;
226- }
224+ .dropdown-checkbox : checked + label + .tp-dropdown-elements {
225+ display : block;
226+ }
227227 # left-container .search-input {
228228 display : block;
229229 }
Original file line number Diff line number Diff line change 2020}
2121
2222# commit-feed {
23- width : 66 % ;
23+ width : 100 % ;
2424 margin : 0 auto;
25+ display : grid;
26+ grid-template-columns : repeat (auto-fill, minmax (30% , 1fr ));
27+ gap : 10px ;
2528}
2629.aboutpage .post .post-postcontent
2730{
28- width : 95%
31+ width : 95%
2932}
3033
3134
9194}
9295
9396/* Responsive adjustments */
94- @media only screen and (max-aspect-ratio : 1 / 1 ) {
97+ @media only screen and (max-width : 768 px ) and ( max- aspect-ratio: 1 / 1 ) {
9598 .commit-table td {
9699 display : block;
97100 width : 100% ;
101104 width : 100% ;
102105 text-align : center;
103106 }
107+ # commit-feed {
108+ width : 100% ;
109+ margin : 0 auto;
110+ display : grid;
111+ grid-template-columns : repeat (auto-fill, minmax (90% , 1fr ));
112+ gap : 10px ;
113+ }
104114}
You can’t perform that action at this time.
0 commit comments