diff options
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/home.css | 11 | ||||
-rw-r--r-- | public/css/main.css | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/public/css/home.css b/public/css/home.css index f05466a..33d72c0 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -179,15 +179,4 @@ body { width: calc(100% - 20px); background-color: #f0f2f5; font-family: sfpro; -} - -#load { - width: 100%; - display: flex; - justify-content: center; - padding-bottom: 20px; -} - -#load a:hover { - border-bottom: #606770 1px solid; }
\ No newline at end of file diff --git a/public/css/main.css b/public/css/main.css index a75a941..c1b4fa2 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -293,4 +293,15 @@ form { border-radius: 10px; margin-left: 10px; width: 100%; +} + +#load { + width: 100%; + display: flex; + justify-content: center; + padding-bottom: 20px; +} + +#load a:hover { + border-bottom: #606770 1px solid; }
\ No newline at end of file |