-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ae 2089 margin adjust #39
Conversation
@@ -86,7 +86,7 @@ | |||
on:submit|preventDefault={saveKayttaja} | |||
on:input={setDirty} | |||
on:change={setDirty}> | |||
<div class="flex lg:flex-row flex-col py-4 -mx-4 my-4"> | |||
<div class="flex lg:flex-row flex-col py-4 lg:-mx-4 my-4"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Näitä -mx-4
-classeja oli käytetty aika paljon, ja niillä sai nyt monessa paikkaa kiusallisen vaakavierityksen, kun reunasta otettiin marginaalia pois.
<Breadcrumb {whoami} {idTranslate} location={$location} /> | ||
</div> | ||
</div> | ||
<section class="content"> | ||
<section class="content px-2 lg:px-10"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tästä tulee oikeastaan se merkittävin vaikutus. Muut jutut ovat sitten sopeuttamista toimimaan tämän kanssa nätisti.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Katsotaan muutokset yhdessä läpi visuaalisesti vertaillen
No description provided.