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">
|
<div class="ayo-thumb">
|
||||||
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
||||||
</div>
|
</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>
|
<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 class="post-readmore"><a class="button" href="/about/">About The Author</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -187,14 +187,16 @@ caption {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-nav > * {
|
#about-me h2 {
|
||||||
font-size: 14px;
|
font-size: 23px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-me {
|
#about-me {
|
||||||
padding: 1rem 1rem 1.25rem;
|
padding: 1rem 1rem 0.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-me::after {
|
#about-me::after {
|
||||||
|
@ -327,7 +329,7 @@ caption {
|
||||||
.ayo-thumb img {
|
.ayo-thumb img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid hsla(0, 0%, 100%, .3) !important;
|
border: 1px solid hsla(0, 0%, 100%, .3) !important;
|
||||||
margin: 2px;
|
margin: 2px 2px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ayo-thumb {
|
.ayo-thumb {
|
||||||
|
|
Loading…
Reference in a new issue