Moved width into media selector

This commit is contained in:
eichehome 2022-02-01 22:56:52 +01:00
parent 2e05867c74
commit b0d9a64456

View file

@ -18,7 +18,7 @@
@import url(normalize.css);
/* Popupbox stylen */
.message {
max-width: 30em;
width: 100%;
margin: 0 auto 15px;
padding: 4px 12px;
}
@ -42,7 +42,9 @@
}
@media screen and (min-width: 600px){
/* Anpassung an große Bildschirme */
.message{
max-width: 30em;
border-radius: 10px;
margin: 10px auto 15px;
}