diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-14 09:42:30 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-14 09:42:30 -0300 |
| commit | fc18663266a597264e3129b45ebe35ea95971f8d (patch) | |
| tree | e20b6d93e86f9177a5e19266fdce320939496425 /static | |
| parent | 3a5e57d8ae10dfff7cbd3e10bf99997a1f41f745 (diff) | |
trocado div navbar para nav
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 6595584..91362c0 100644 --- a/static/style.css +++ b/static/style.css @@ -71,6 +71,8 @@ pre { } .navbar { + display: block; + padding-top: 5px; } .navbar ul { |
