Skip to content

Commit

Permalink
For big screens and small. Mostly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinaldhar committed Aug 23, 2015
1 parent b9e4675 commit d91cb67
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions about-us.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.post_title {
font-size: 1.4em;
Expand Down
1 change: 1 addition & 0 deletions category.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.container {
width: 80%;
margin-left: 10%;
Expand Down
1 change: 1 addition & 0 deletions category.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/category.css">
<meta name="viewport" content="width=device-width, initial-scale=1">

</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions editorial-note.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.post_title {
font-size: 1.4em;
Expand Down
1 change: 0 additions & 1 deletion front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>Ping!</title>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">

<style>
body, html {
font-family: myriadl;
Expand Down
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">

</head>
<body>
<div id="wrapper">
Expand Down
1 change: 1 addition & 0 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.post_title {
font-size: 1.4em;
Expand Down
1 change: 1 addition & 0 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.article_header {
background-size: cover;
Expand Down
2 changes: 2 additions & 0 deletions submit-article.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/bootstrap.css">

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
.post_title {
font-size: 1.4em;
Expand Down

0 comments on commit d91cb67

Please sign in to comment.