Skip to content

Commit b92a321

Browse files
committed
fixing some styling issues on mobile
1 parent 5a80e16 commit b92a321

24 files changed

+133
-23
lines changed

about-author.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

archives.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

caching.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

categories.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

change-log.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

configuration-management.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

database.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

dependency-management.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-01-27T10:20:48Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-01-27T10:34:09Z</updated></feed>

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

introduction.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

monitoring.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

no-sql-datastore.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

operating-system.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

servers.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

source-control.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

source/theme/templates/base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">

source/theme/templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row">
22
<div class="col-md-12">
33
<div class="logo-header-section">
4-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
4+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
55
<span class="logo-title"><a href="/">Full Stack Python</a></span>
66
</div>
77
</div>

static-content.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

web-analytics.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
a.list-group-item.active:hover {background: #444; border: 1px solid #222;}
4040
#sidebar {margin-top: 30px;}
4141

42+
@media (max-width: 600px) {
43+
.logo-header-section {
44+
margin: 20px 32px 0 0;
45+
}
46+
}
4247
</style>
4348

4449
<script type="text/javascript">
@@ -62,7 +67,7 @@
6267
<div class="row">
6368
<div class="col-md-12">
6469
<div class="logo-header-section">
65-
<a href="/"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
70+
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/full-stack-python-logo-bw.png" height="42" width="42" class="logo-image" /></a>
6671
<span class="logo-title"><a href="/">Full Stack Python</a></span>
6772
</div>
6873
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy