Skip to content

Commit 405ebc4

Browse files
committed
Minor fixes
1 parent ee03438 commit 405ebc4

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

src/components/Tooltip/styles.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
-moz-user-select: none;
110110
-ms-user-select: none;
111111
user-select: none;
112-
line-height: 1.6rem;
112+
line-height: 1.4rem;
113113
}
114114
@include mixins.respond-to(small-desktop) {
115-
line-height: 1.8rem;
115+
line-height: 1.4rem;
116116
}
117117
@include mixins.respond-to(desktop) {
118-
line-height: 1.8rem;
118+
line-height: 1.4rem;
119119
}
120120

121121
&::after {

src/pages/main/about.js

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,22 +189,30 @@ const About = () => {
189189
/>
190190
</TileContainer>
191191
<TileContainer columns={3}>
192+
<ContentBlock
193+
emoji=' '
194+
description={''}
195+
backgroundColor="#f2f2f2"
196+
width='11%'
197+
textColor="#7d7d7d"
198+
paddingDescription="0.8rem 1rem 0rem 1rem"
199+
divAnimation={false}
200+
isMarkdown={false}
201+
/>
192202
<ContentBlock
193203
emoji='🕊️'
194204
emojiGif={dove}
195205
description="During [another wave](https://en.wikipedia.org/wiki/Russian_emigration_during_the_Russian_invasion_of_Ukraine) of emigration from Russia, I decided to start living on the road instead of settling somewhere. To achieve this, I've learned to work remotely and became an extreme minimalist, then [grabbed a camera](https://www.youtube.com/@vladaverett) and transformed my life into a full-time adventure."
196206
backgroundColor="#E5E5E5"
197207
justifyContent = 'start'
198208
emojiAlign='right'
199-
width='73%'
209+
width='75%'
200210
/>
201211
<ContentBlock
202212
emoji=' '
203-
description={<>
204-
<p><a href="https://en.wikipedia.org/wiki/Russian_invasion_of_Ukraine">The war</a> was a significant point in my life worth mentioning before anything else.</p>
205-
</>}
213+
description={''}
206214
backgroundColor="#f2f2f2"
207-
width='25%'
215+
width='11%'
208216
textColor="#7d7d7d"
209217
paddingDescription="0.8rem 1rem 0rem 1rem"
210218
divAnimation={false}
@@ -552,7 +560,7 @@ const About = () => {
552560
emoji="🐍"
553561
emojiGif={snake}
554562
description={<>
555-
<p>In most of my political attitudes, I support the ideas of <a href="https://en.wikipedia.org/wiki/Right-libertarianism">right-wing libertarianism</a> (more towards <a href="https://en.wikipedia.org/wiki/Classical_liberalism">classical liberalism</a>) and <a href="https://en.wikipedia.org/wiki/Cultural_conservatism">cultural conservatism</a> — as I'm moderately conservative overall.&nbsp; <Tooltip text={<>In short, I mostly advocate true federalization along with gradual reduction of government, which is an unpopular form of anti-putin opposition — it's neither the liberal nor the far-right side of the Russian right wing. I support some initiatives of the <b>Libertarian Party of Russia</b> since 2018; the party proposes libertarian reforms in this rusty political system, but since 2022 it has been completely in exile, mostly being focused only on distingushing Russian people from the Russian state against the backdrop of collective discrimination.</>}/>
563+
<p>In most of my political attitudes, I support the ideas of <a href="https://en.wikipedia.org/wiki/Right-libertarianism">right-wing libertarianism</a> (more towards <a href="https://en.wikipedia.org/wiki/Classical_liberalism">classical liberalism</a>) and <a href="https://en.wikipedia.org/wiki/Cultural_conservatism">cultural conservatism</a> — as I'm moderately conservative overall.&nbsp; <Tooltip text={<>In short, I mostly advocate freedom of speech & self-defence, property & privacy rights, free-market capitalism, natural law and true federalization along with gradual reduction of government which is (sadly) an unpopular set of views it's neither the liberal nor the far-right side of the Russian right wing. I support some initiatives of the <b>Libertarian Party of Russia</b> since 2018; the party proposes libertarian reforms in this rusty political system, but since 2022 it has been completely in exile, mostly being focused only on distingushing Russian people from the Russian state against the backdrop of collective discrimination.</>}/>
556564
</p>
557565
</>}
558566
backgroundColor="#fff491"

0 commit comments

Comments
 (0)