Skip to content

Commit e08e53e

Browse files
committed
fixed css and moving away from org html
1 parent 4383705 commit e08e53e

3 files changed

Lines changed: 26 additions & 11 deletions

File tree

assets/stylesorg.css

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,25 +86,27 @@
8686

8787
/* Block Quote */
8888
blockquote{
89-
font-size: 0.6em;
90-
width: 90%;
91-
/* margin: 30px auto; */
89+
font-size: 0.8em;
90+
/* width: 90%; */xs
9291
font-style: italic;
9392
color: #555555;
94-
padding: 1em 15px 1em 50px;
93+
padding: 1em 15px 1em 15px;
9594
border-left: 8px solid #78C0A8 ;
9695
line-height: 1;
97-
position: relative;
98-
background: #a89bb9;
96+
position: relative;
97+
background: #a89bb9;
98+
margin-right: 10px;
99+
margin-left: 10px;
99100
}
100101

101102
blockquote::before{
102103
content: "\201C";
103104
color: #78C0A8;
104105
font-size: 4em;
105-
position: absolute;
106+
float: left;
106107
left: 10px;
107-
top: 10px;
108+
top: 10px;
109+
padding-bottom: 5px;
108110
}
109111

110112
blockquote::after{
@@ -127,6 +129,19 @@
127129
border-radius: 4px;
128130
font-family: 'Fira Mono', monospace;
129131
}
132+
133+
figure {
134+
margin-left: 10px;
135+
margin-right: 15px;
136+
margin-top: 10pxxs;
137+
}
138+
139+
img {
140+
float: left;
141+
margin-right: 15px;
142+
vertical-align: bottom;
143+
width: 75px;
144+
}
130145

131146
/* Block Code - Preformatted Code Block */
132147
pre {
@@ -137,7 +152,7 @@
137152
overflow: auto;
138153
font-family: 'Fira Mono', monospace;
139154
font-size: 0.9em;
140-
line-height: 1.4;
155+
line-height: 1.4;
141156
}
142157

143158
/* Highlighted Code Block */

content/about.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#+TITLE: About Me
22
#+author: mbrignall
33

4-
#+ATTR_HTML: :style margin:auto; display:block; width:200px
54
[[./img/mbrignl.jpg]]
5+
66
#+TODO: TODO STARTED | DONE
77

88
* About me... @@html:<i class="fa-regular fa-address-card"></i>@@

content/books.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The rich get the assets, the poor get the debt, and then the poor have to pay th
1313
*Gary Stephenson*
1414
#+end_quote
1515

16-
#+ATTR_HTML: :style float:left; margin-right: 15px; vertical-align: bottom; :width 75px
16+
# #+ATTR_HTML: :style float:left; margin-right: 15px; vertical-align: bottom; :width 75px
1717
https://cdn.waterstones.com/bookjackets/large/9781/8020/9781802062731.jpg
1818

1919
Gary's take on economics really helped me understand how economics and trading works both in the UK and internationally. Before reading this I had no idea and hadn't thought too deeply about the topic. Since reading I've also been watching a few channels (including his own) on the topic/current affairs/economics and it has sparked interest in me. I particularly liked hearing about his rise to success in a field dominated by people from privileged backgrounds and how he navigated those relationships. I listened to this as an audiobook read by Gary himself and this made the connection more personal. Hearing about his early life going through school and early jobs around Essex helped set the scene.

0 commit comments

Comments
 (0)