Skip to content

webaddress div overflows #133

@papaj-na-wrotkach

Description

@papaj-na-wrotkach

The default index.md has a div with id webaddress. It makes the page overflow and horizontal slider appears - at least on Firefox.

Image

Sibiling elements of the div have width set to 65%, but there is no width property on the div. I think there should be a rule for div elements like for other elements:

h1,h2,h3,h4 {
font-weight: 400;
font-family: Cousine,Verdana,sans-serif;
width: 65%;
}

or maybe just for #webaddress, here:
#webaddress {
margin-top: 1em;
position: relative;
left: 33%;
color: #aaa;
font-family: Menlo,monospace,sans-serif;
font-size: 80%;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions