jekyll-theme-lucas-minima 0.1.21 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/minima/_layout.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4ebeb964cf0bf62676482fc82719c03c46fccdbb0ec20f2724bffe0d08bfa27
|
|
4
|
+
data.tar.gz: 7d7dc155b5826ecb9627a6528d41e2649227f8870fe2dc0b3271b5ee375053b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a696ad824aaa6ceb41665fe12c6b94651749e2026e772c9f8af7dca4576e92cc511b2210264d7b80d60a32a79f2d21760894b52c9c16600fcb8170f01f89f932
|
|
7
|
+
data.tar.gz: 6dafcf26dee1067fe43c9fdccd105e3808084f6ae8c05379aca55e8f8db0bae9608ba4a3d6ffa8d91e3d2e7f23001a944c4aa65ef211fa0be9a3ec1228b6cdef
|
data/_sass/minima/_layout.scss
CHANGED
|
@@ -246,13 +246,13 @@
|
|
|
246
246
|
.button-container {
|
|
247
247
|
display: flex;
|
|
248
248
|
align-items: center;
|
|
249
|
-
margin-bottom: 10px; /* Adjust as needed for spacing */
|
|
250
249
|
}
|
|
251
250
|
|
|
252
251
|
.button {
|
|
253
252
|
display: inline-block;
|
|
254
253
|
padding: 5px 10px;
|
|
255
254
|
font-size: 16px;
|
|
255
|
+
margin-right: 15px;
|
|
256
256
|
font-weight: bold;
|
|
257
257
|
text-align: center;
|
|
258
258
|
text-decoration: none;
|