aboutsummaryrefslogtreecommitdiff
path: root/random-project/bad-password-generator/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'random-project/bad-password-generator/style.scss')
-rw-r--r--random-project/bad-password-generator/style.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/random-project/bad-password-generator/style.scss b/random-project/bad-password-generator/style.scss
deleted file mode 100644
index 95462ba..0000000
--- a/random-project/bad-password-generator/style.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-.random-project__project__bad-password-generator {
- text-align: center;
- flex-grow: 1;
-
- display: flex;
- flex-direction: column;
- justify-content: center;
-
- margin: 32px;
-
- #changing-passwd {
- font-weight: bold;
- font-size: 5em;
- text-transform: capitalize;
- }
-
- .text {
- margin-top: -64px;
- }
-}
-
-@media screen and (max-width: 768px) {
- .random-project__project__bad-password-generator {
- #changing-passwd {
- font-size: 3em;
- }
- }
-}
-
-@media screen and (max-width: 320px) {
- .random-project__project__bad-password-generator {
- #changing-passwd {
- font-size: 2em;
- }
- }
-}