Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Fix CSS for source files outside of Laddr #79

Open
schlos opened this issue Nov 22, 2020 · 0 comments
Open

Fix CSS for source files outside of Laddr #79

schlos opened this issue Nov 22, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@schlos
Copy link
Member

schlos commented Nov 22, 2020

Messages from template:
http://cfc-staging-v3.poplar.phl.io/develop#/html-templates/contact/contactSubmitted.tpl

Look like this:
Screenshot 2020-11-22 at 23 17 30

Other templates add distance from the top with page-header style <div class="page-header">:

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;   <<----
    border-bottom: 1px solid #eee;
}

Proposed change is to introduce margin top spacing in the top element in the <div class="container" style="margin-top: 40px;">:
http://cfc-staging-v3.poplar.phl.io/develop#/html-templates/designs/site.tpl$42

Like this:

element.style {
    width: 400px;
    height: 56px;
    margin-top: 40px; <<----
}

And removing margin top spacing on page-header style to avoid duplication.

Result looks like this:
Screenshot 2020-11-22 at 23 36 00

@schlos schlos added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 22, 2020
@schlos schlos removed the help wanted Extra attention is needed label Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant