diff --git a/css/style.css b/css/style.css index 59f311c..cae5019 100644 --- a/css/style.css +++ b/css/style.css @@ -110,7 +110,6 @@ footer { justify-content: center; } #message { - margin: 10px 46px; /* 10 + 26 + 10 */ z-index: 3000; font-size: 1rem; } @@ -226,6 +225,10 @@ https://css-tricks.com/svg-line-animation-works/ padding: 2px 15px; } +#message .alert { + margin: 10px 46px; /* 10 + 26 + 10 */ +} + #profile_message .alert { margin-top: 3px; }