Removed profile picture from About section
This commit is contained in:
parent
c2fd343f76
commit
589d988fdc
@ -243,7 +243,7 @@ ul#nav li.current a { color: #11ABB0; }
|
|||||||
#about a:hover, #about a:focus { color: #11ABB0; }
|
#about a:hover, #about a:focus { color: #11ABB0; }
|
||||||
|
|
||||||
#about h2 {
|
#about h2 {
|
||||||
font: 30px/30px 'librebaskerville-italic', serif;
|
font: 29px/30px 'librebaskerville-italic', serif;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
@ -251,11 +251,6 @@ ul#nav li.current a { color: #11ABB0; }
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
color: #7A7A7A;
|
color: #7A7A7A;
|
||||||
}
|
}
|
||||||
#about .profile-pic {
|
|
||||||
position: relative;
|
|
||||||
width: 160px;
|
|
||||||
border-radius: 100%;
|
|
||||||
}
|
|
||||||
#about .contact-details { width: 41.66667%; }
|
#about .contact-details { width: 41.66667%; }
|
||||||
#about .download {
|
#about .download {
|
||||||
width: 58.33333%;
|
width: 58.33333%;
|
||||||
|
@ -95,9 +95,7 @@
|
|||||||
<section id="about">
|
<section id="about">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="three columns">
|
<div class="three columns"></div>
|
||||||
<img class="profile-pic" src="images/profilepic.jpg" alt="" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="nine columns main-col">
|
<div class="nine columns main-col">
|
||||||
<h2>Who am I?</h2>
|
<h2>Who am I?</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user