Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Feb 2, 2016
2 parents 8d77480 + 5ca22f6 commit 6b41c99
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/style/main.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="center-cropped">
<header>
<div class="meta-stuff">
<time><?php the_date(); ?></time>
</div>
<h1 class="project-title"><?php the_title(); ?></h1>
</header>
<?php if ( has_post_thumbnail() ) { ?>
Expand Down
3 changes: 3 additions & 0 deletions src/style/_404.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.error404 {
background-color: $synergia-color;
}
7 changes: 4 additions & 3 deletions src/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ nav {
padding: 0;
overflow: hidden;
text-align: center;
// @include mq($until: tablet) {
// display: none;
// }
@include mq($until: tablet) {
display: none;
}
h4 {
text-transform: uppercase;
font-weight: 700;
Expand All @@ -350,6 +350,7 @@ nav {
width: auto;
margin: 15px;
max-height: 75px;
max-width: 200px;
@include transition;
&:hover {
opacity: 1;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Synergia
Author: Stanisław Dac
Author URI: http://github.com/stsdc
Description: Specjalnie dla Międzywydziałowego Koła Naukowego Mechatroniki "Synergia"
Version: 1.4.4
Version: 1.4.5
GitHub Theme URI: https://github.com/synergia/mknm-synergia-theme
GitHub Branch: master
*/

0 comments on commit 6b41c99

Please sign in to comment.