- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.4k
 
Open
Description
The default index.md has a div with id webaddress. It makes the page overflow and horizontal slider appears - at least on Firefox.
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:
markdown-cv/media/kjhealy-screen.css
Lines 115 to 119 in 5c39feb
| h1,h2,h3,h4 { | |
| font-weight: 400; | |
| font-family: Cousine,Verdana,sans-serif; | |
| width: 65%; | |
| } | 
or maybe just for
#webaddress, here:markdown-cv/media/kjhealy-screen.css
Lines 163 to 170 in 5c39feb
| #webaddress { | |
| margin-top: 1em; | |
| position: relative; | |
| left: 33%; | |
| color: #aaa; | |
| font-family: Menlo,monospace,sans-serif; | |
| font-size: 80%; | |
| } | 
harryrichman
Metadata
Metadata
Assignees
Labels
No labels
