Zip
June 12, 2018, 1:41am
1
Hey ya’ll
In my header I have allot of space around my white -filled element and the grid cell.
Too much blue on the top and bottom.
#name>* {
...
}
could be the culprit CSS line 39?
or I could be inhereting someting from
#content>*{
...
}
CSS line 34?
https://codepen.io/AmericanPi/pen/JZWBRG?editors=1100
I’m not sure exactly what the source of the issue is, but explicitly setting a margin on the <p> tag that contains your name can remove the excess blue.
Zip
June 12, 2018, 2:26am
3
Yea right?
ok that worked.
but i tried that before!!! ughhh!!
maybe I put it in padding in the wrong ID
tx @michaelfoland