Skip to content

Commit bfb27fc

Browse files
committed
Site generated at Mon 21 Aug 2023 17:31:33 BST
1 parent 0d61673 commit bfb27fc

99 files changed

Lines changed: 118 additions & 99 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

archives/2012/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2012
298298
</h1>
299299

300-
<ul class="grid grid-cols-3 gap-4 mt-6">
300+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303303
<div class="card w-96 bg-base-100 shadow-xl">

archives/2013/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2013
298298
</h1>
299299

300-
<ul class="grid grid-cols-3 gap-4 mt-6">
300+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303303
<div class="card w-96 bg-base-100 shadow-xl">

archives/2015/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2015
298298
</h1>
299299

300-
<ul class="grid grid-cols-3 gap-4 mt-6">
300+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303303
<div class="card w-96 bg-base-100 shadow-xl">

archives/2016/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2016
298298
</h1>
299299

300-
<ul class="grid grid-cols-3 gap-4 mt-6">
300+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303303
<div class="card w-96 bg-base-100 shadow-xl">

archives/2018/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
297297
Archive of posts from 2018
298298
</h1>
299299

300-
<ul class="grid grid-cols-3 gap-4 mt-6">
300+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
301301

302302

303303
<div class="card w-96 bg-base-100 shadow-xl">

assets/css/main.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,9 @@ html {
19221922
.grid-cols-3 {
19231923
grid-template-columns: repeat(3, minmax(0, 1fr));
19241924
}
1925+
.grid-cols-2 {
1926+
grid-template-columns: repeat(2, minmax(0, 1fr));
1927+
}
19251928
.justify-end {
19261929
justify-content: flex-end;
19271930
}
@@ -2271,10 +2274,26 @@ pre {
22712274
.md\:w-6 {
22722275
width: 1.5rem;
22732276
}
2277+
2278+
.md\:grid-cols-3 {
2279+
grid-template-columns: repeat(3, minmax(0, 1fr));
2280+
}
2281+
2282+
.md\:gap-4 {
2283+
gap: 1rem;
2284+
}
22742285
}
22752286

22762287
@media (min-width: 1024px) {
22772288

2289+
.lg\:grid-cols-3 {
2290+
grid-template-columns: repeat(3, minmax(0, 1fr));
2291+
}
2292+
2293+
.lg\:gap-4 {
2294+
gap: 1rem;
2295+
}
2296+
22782297
.lg\:leading-normal {
22792298
line-height: 1.5;
22802299
}

categories/1-8-2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
294294
Archive of posts with category '1.8.2'
295295
</h1>
296296

297-
<ul class="grid grid-cols-3 gap-4 mt-6">
297+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
298298

299299

300300
<div class="card w-96 bg-base-100 shadow-xl">

categories/aaron-swartz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
294294
Archive of posts with category 'aaron swartz'
295295
</h1>
296296

297-
<ul class="grid grid-cols-3 gap-4 mt-6">
297+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
298298

299299

300300
<div class="card w-96 bg-base-100 shadow-xl">

categories/ansible/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
294294
Archive of posts with category 'ansible'
295295
</h1>
296296

297-
<ul class="grid grid-cols-3 gap-4 mt-6">
297+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
298298

299299

300300
<div class="card w-96 bg-base-100 shadow-xl">

categories/appsetting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
294294
Archive of posts with category 'AppSetting'
295295
</h1>
296296

297-
<ul class="grid grid-cols-3 gap-4 mt-6">
297+
<ul class="grid mg: grid-cols-2 lg:grid-cols-3 lg:gap-4 mt-6">
298298

299299

300300
<div class="card w-96 bg-base-100 shadow-xl">

0 commit comments

Comments
 (0)