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>

0 commit comments

Comments
 (0)