diff options
| author | Bobby <[email protected]> | 2022-09-25 20:16:51 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-25 20:16:51 -0400 |
| commit | 7e11c94866ff0da2a4eb30734bd0e24a18010951 (patch) | |
| tree | f7187515756c75b9d654250dc2422a1a60d19494 /static | |
| parent | 85569caf68819bc8f5736877b411ad87ecc7cea7 (diff) | |
| download | thatcomputerscientist-7e11c94866ff0da2a4eb30734bd0e24a18010951.tar.xz thatcomputerscientist-7e11c94866ff0da2a4eb30734bd0e24a18010951.zip | |
Fixed some positionings and display first paragraph of top 5 articles on home
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css index ff2a33bd..c9342852 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -225,10 +225,7 @@ nav > ul > li { } .float-right { - /* Float to the top right corner */ - position: absolute; - top: 2.5em; - right: 23.85rem; + float: right; } .table { |
