diff options
author | crupest <crupest@outlook.com> | 2020-11-20 21:00:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-20 21:00:55 +0800 |
commit | 6897dbd6aec8ffebdad9622e1242fb24415fe89e (patch) | |
tree | 471cd0f27ec5b08510b699e1655923925ee0b066 | |
parent | 439b28b8950b3acd34d415ecca2476647cc226f1 (diff) | |
download | timeline-6897dbd6aec8ffebdad9622e1242fb24415fe89e.tar.gz timeline-6897dbd6aec8ffebdad9622e1242fb24415fe89e.tar.bz2 timeline-6897dbd6aec8ffebdad9622e1242fb24415fe89e.zip |
...
-rw-r--r-- | FrontEnd/src/app/views/admin/admin.sass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/admin/admin.sass b/FrontEnd/src/app/views/admin/admin.sass index 8eac7e49..1ce010f8 100644 --- a/FrontEnd/src/app/views/admin/admin.sass +++ b/FrontEnd/src/app/views/admin/admin.sass @@ -15,5 +15,8 @@ justify-content: center
align-items: center
+ @include media-breakpoint-down(xs)
+ flex-direction: column
+
button
- margin: 0 2em
+ margin: 0.5em 2em
|