Compare commits

...

2 Commits

Author SHA1 Message Date
377bd72ee7 Fix layout for mobile 2025-08-22 09:18:44 -05:00
a2b965755b Fix typos 2025-08-22 09:18:32 -05:00
2 changed files with 24 additions and 11 deletions

View File

@@ -1,28 +1,41 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
min-height: 100vh;
margin: 0;
background-color: #f4f4f9;
color: #333;
box-sizing: border-box;
}
.main-container {
text-align: center;
padding: 2rem;
padding: 2rem 3rem;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
width: 100%;
max-width: 600px;
margin: 2rem 1rem;
}
.social-links a {
color: #007bff;
text-decoration: none;
margin: 0 0.5rem;
}
@media (max-width: 600px) {
body {
align-items: flex-start;
}
.social-links a:hover {
text-decoration: underline;
.main-container {
padding: 1.5rem 1rem;
margin: 0;
box-shadow: none;
border-radius: 0;
min-height: 100vh;
}
h1 {
font-size: 1.8rem;
}
}

View File

@@ -17,9 +17,9 @@
"Actively a contributor to "
[:a {:href "https://guix.gnu.org"} "Guix"]
" -as a package maintainer- and "
[:a {:href "https://gthub.com/GigiaJ/cinny"} "Cinny (Matrix client)"]
[:a {:href "https://github.com/GigiaJ/cinny"} "Cinny (Matrix client)"]
"."]
[:p "Software engineer (and more) at Ocean Spray Cranberries. I adore farmer-owned coops. Companies shouldn't be driven to improve stock prices."]
[:p "Software engineer (and more) at Ocean Spray Cranberries. I adore farmer-owned co-ops. Companies shouldn't be driven to improve stock prices."]
[:p "Large proponent for free open source software, but I also think that users should not be directly bridled from choices that are unequivocally pro-sumer."]
[:br]
[:br]