Fix.
This commit is contained in:
parent
80cbe5a5b4
commit
3633852d34
1 changed files with 12 additions and 1 deletions
13
style.css
13
style.css
|
@ -22,5 +22,16 @@
|
||||||
|
|
||||||
#header_blurb {
|
#header_blurb {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experience {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 200px;
|
||||||
|
background-color: #FF9933;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experience_contents {
|
||||||
|
display: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue