Skip to content

Instantly share code, notes, and snippets.

View oliverlindberg's full-sized avatar

Oliver Lindberg oliverlindberg

View GitHub Profile
<div class="container">
<div class="card">
</div>
</div>
@media only screen and (min-width: 48em) {
.container {
max-width: 50rem;
}
/* Standard-Stile für Desktop-Layout */
.container {
max-width: 960px;
margin: 0 auto;
padding: 1.5em;
}
/* Media Query für Tablet-Geräte mit einer maximalen Breite von 767px */
@media only screen and (max-width: 767px) {
.container {