some styles
This commit is contained in:
parent
2a7698cfeb
commit
b1f3a11b27
2 changed files with 7 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
<div class="ayo-thumb">
|
||||
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
||||
</div>
|
||||
<h2 style="font-weight: bold; text-align: center">Web Technologies and Productivity Hacks</h2>
|
||||
<h2>Web Technologies and Productivity Hacks</h2>
|
||||
<p>Learn how to use the best and latest web applications and technologies to boost your productivity.</p>
|
||||
<div class="post-readmore"><a class="button" href="/about/">About The Author</a></div>
|
||||
</div>
|
||||
|
|
|
@ -187,14 +187,16 @@ caption {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#side-nav > * {
|
||||
font-size: 14px;
|
||||
#about-me h2 {
|
||||
font-size: 23px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#about-me {
|
||||
padding: 1rem 1rem 1.25rem;
|
||||
padding: 1rem 1rem 0.5rem;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#about-me::after {
|
||||
|
@ -327,7 +329,7 @@ caption {
|
|||
.ayo-thumb img {
|
||||
border-radius: 50%;
|
||||
border: 1px solid hsla(0, 0%, 100%, .3) !important;
|
||||
margin: 2px;
|
||||
margin: 2px 2px 15px;
|
||||
}
|
||||
|
||||
.ayo-thumb {
|
||||
|
|
Loading…
Reference in a new issue