diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index ab2bff4..183ff1e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -18,9 +18,11 @@ | |||
| 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } | 18 | pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } |
| 19 | code { background: #f5f5f5; } | 19 | code { background: #f5f5f5; } |
| 20 | table { width: 100%; } | 20 | table { width: 100%; } |
| 21 | .two-columns { display: flex; gap: 5em; } | ||
| 21 | @media only screen and (max-width: 720px) { | 22 | @media only screen and (max-width: 720px) { |
| 22 | body { display: block; } | 23 | body { display: block; } |
| 23 | main { margin: 1em 0; } | 24 | main { margin: 1em 0; } |
| 25 | .two-columns { display: block; } | ||
| 24 | .hide-on-mobile { display: none; } | 26 | .hide-on-mobile { display: none; } |
| 25 | } | 27 | } |
| 26 | /* Fixes embeds going to center. */ | 28 | /* Fixes embeds going to center. */ |
| @@ -37,12 +39,12 @@ | |||
| 37 | <strong>About</strong> | 39 | <strong>About</strong> |
| 38 | <ul> | 40 | <ul> |
| 39 | <li><a href="/">Home</a></li> | 41 | <li><a href="/">Home</a></li> |
| 40 | <li><a href="/projects.html">Recent projects</a></li> | 42 | <li><a href="/projects.html">Recent Projects</a></li> |
| 41 | <li><a href="https://github.com/mitjafelicijan" target="_blank">Code on GitHub</a></li> | 43 | <li><a href="https://github.com/mitjafelicijan" target="_blank">Code on GitHub</a></li> |
| 42 | <li><a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe repository</a></li> | 44 | <li><a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe repository</a></li> |
| 43 | <li><a href="https://github.com/mitjafelicijan/dotfiles" target="_blank">My dotfiles</a></li> | 45 | <li class="hide-on-mobile"><a href="https://github.com/mitjafelicijan/dotfiles" target="_blank">My dotfiles</a></li> |
| 44 | <li><a href="/curriculum-vitae.html">CV</a></li> | 46 | <li><a href="/curriculum-vitae.html">Curriculum Vitae</a></li> |
| 45 | <li><a href="/feed.xml">RSS</a></li> | 47 | <li class="hide-on-mobile"><a href="/feed.xml">RSS Feed</a></li> |
| 46 | </ul> | 48 | </ul> |
| 47 | </aside> | 49 | </aside> |
| 48 | 50 | ||
