diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:49:00 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:49:00 +0200 |
| commit | f0ee502fb60719e80223e3849eb6c7246949de5f (patch) | |
| tree | d957dc2277850b076a2cba6f858099ad9dcd4f0c /static/css/custom.css | |
| parent | 70a25fd804daa5df4b5cd34aac5de99acabc5cff (diff) | |
| download | blog-f0ee502fb60719e80223e3849eb6c7246949de5f.tar.gz blog-f0ee502fb60719e80223e3849eb6c7246949de5f.zip | |
Update posts with source code links
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 0b7a19c..4746a87 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -122,6 +122,7 @@ footer { .card-link { font-weight: bold; + margin-right: 1rem; } .menu-container { @@ -141,4 +142,4 @@ footer { .button:hover { background-color: #E1E1E1; border-bottom: 1px solid #888; -}
\ No newline at end of file +} |
