feat: fix styling

This commit is contained in:
Barrett Ruth 2025-05-22 16:38:54 -05:00
parent da030f3dc1
commit 865065f89b
7 changed files with 822 additions and 79 deletions

View file

@ -100,13 +100,6 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
</script>
<style>
header {
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-links a {
margin-left: 25px;
text-decoration: none;

View file

@ -1,7 +1,6 @@
---
title: "practice makes perfect"
date: "05/07/2024"
useKatex: true
date: "05/07/2025"
---
Today I improved my implementation skills with [Codeforces Round 874 Div. 3 Problem G](https://codeforces.com/contest/1833/problem/G). Despite not solving the problem after a full 45 minutes, I came across to the following realizations: