diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-08 14:13:57 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-08 14:13:57 -0600 |
| commit | 48830ad04cf53f7f3e0585d020f5ef487fcc67ff (patch) | |
| tree | 43c5287dcde33aef3ce52c3595aea73656dd068f /css | |
| parent | c99d7b96f380fcd092a5ce73074f1aec25c96065 (diff) | |
| download | assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar.gz assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar.bz2 assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar.lz assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar.xz assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.tar.zst assets-48830ad04cf53f7f3e0585d020f5ef487fcc67ff.zip | |
Added css for employment blocks
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss index 9deab33..2c35989 100644 --- a/css/main.scss +++ b/css/main.scss @@ -270,6 +270,20 @@ footer a:hover { text-decoration: underline; } +.employment { + align-items: left; +} +.employment ul { + list-style-type: none; + margine-top: -5px; +} +.employment img { + float: left; + border: none; + margin-right: 10px; + margin-top: -10px; +} + .comment { font-size: 0.75em; } |
