Skip to content

Commit 1a06e56

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Minor changes
1 parent 3c2422e commit 1a06e56

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

assets/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
/* Laptops and Desktops */
3333
@media (min-width: 1025px) and (max-width: 1280px){
3434
body {
35-
width: 80%;
35+
width: 70%;
3636
padding: 10px;
3737
}
3838
}
3939

4040
/* Big boi Monitors */
4141
@media (min-width: 1281px) {
4242
body {
43-
width: 70%;
43+
width: 60%;
4444
padding: 10px;
4545
}
4646
}

content/index.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ Ongoing reads/ last completed book:
4747
|---------------+------------------|
4848
| Cory Doctorow | 14/10/2025 |
4949

50+
https://m.media-amazon.com/images/I/41HN8d7mUFL.jpg
51+
5052
Terrifying at times, and very informative. If you want to know how the world became enshittified then get the book (or audio book read by the author)
5153

5254
[[./books.html][Read More...]]
5355

56+
@@html:<div style="clear: both;"></div>@@
57+
5458
* Contact
5559

5660
Feel free to reach out via email or GitHub:

0 commit comments

Comments
 (0)