mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-10 14:09:09 -06:00
Add margin centering for wide pages, improve whitespace styling
About & photography page tab whitespace improved.
This commit is contained in:
@@ -6,7 +6,7 @@ permalink: /about/
|
||||
_preview_description: My name is Ryan Walters and this is my website.
|
||||
---
|
||||
|
||||
My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**.
|
||||
<span class="tab">My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**.</span>
|
||||
|
||||
As of <i>{{ page.last_modified_at | | date: '%B %Y' }}</i>, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me!
|
||||
|
||||
|
||||
@@ -22,15 +22,20 @@ photos:
|
||||
_preview_description: Although I am a Software Engineer at my core, I also do photography. Take a look at some of my best work from 2019 to 2021.
|
||||
---
|
||||
<br>
|
||||
<span class="tab">
|
||||
From a young age I accepted that I was a technically inclined person and art was not in my blood...
|
||||
Pens, pencils and paints all failed to reflect my vision for art, and I became disinterested in dedicating myself further to it.
|
||||
</span>
|
||||
|
||||
From then on art was a world I was not privy to - this all changed when I picked up <abbr title="a Nikon D3300, also my first camera">my sister's camera</abbr>.
|
||||
<span class="tab">
|
||||
From then on art was a world I was not privy to -- this all changed when I picked up <abbr class="nowrap" title="a Nikon D3300, also my first camera">my sister's camera</abbr>.
|
||||
I couldn't put it down, I couldn't stop messing with the settings, the angles, and trying new things. I was absolutely captured by photography that day.
|
||||
</span>
|
||||
|
||||
<span class="tab">
|
||||
Since then, I've slowly been dedicating myself more and more to photography as a way of artistic expression and out of technical curiosity.
|
||||
I'm not the greatest, but it's a fun hobby, and I hope you like my work. The photos here are only a preview
|
||||
and are not updated on any sort of frequency.
|
||||
I'm not the greatest, but it's a fun hobby, and I hope you like my work. The photos here are only a preview and are not updated on any sort of frequency.
|
||||
</span>
|
||||
|
||||
<div class="text-center callout-section">
|
||||
<span style="margin: 25px;">More available at</span>
|
||||
|
||||
@@ -296,6 +296,7 @@ nav a {
|
||||
html,
|
||||
body {
|
||||
visibility: visible !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
small {
|
||||
@@ -386,3 +387,13 @@ article {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
span, p {
|
||||
&.tab {
|
||||
margin-left: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user