Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Oct 24, 2022
1 parent db5f72e commit 992637e
Showing 1 changed file with 28 additions and 37 deletions.
65 changes: 28 additions & 37 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GitHub Theme URI: littlebizzy/hovercraft
Author: LittleBizzy
Author URI: https://www.littlebizzy.com
Description: A lightweight and SEO-friendly theme for WordPress with no database queries, that can be easily customized using PHP snippets for ultimate stability.
Version: 0.1.1
Version: 0.1.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
Expand Down Expand Up @@ -143,23 +143,23 @@ a {
@media screen and (max-width: 1200px) {
#header-home {
width:100%;
padding: 20px 20px;
padding: 20px 20px;
display: table;
box-sizing:border-box;
border-bottom: 1px solid rgba(255,255,255, 0.2);
background: rgba(55, 71, 79, 0.2);
}
}
}

@media screen and (min-width: 1200px) {
#header-home {
width:100%;
padding: 24px 0px;
padding: 24px 0px;
display: table;
border-bottom: 1px solid rgba(255,255,255, 0.2);
background: rgba(55, 71, 79, 0.2);
margin:0px auto;
}
}
}

@media screen and (max-width: 1200px) {
Expand Down Expand Up @@ -373,7 +373,6 @@ padding: 20px 0px;
#splash-wrapper {
width:100%;
height:100%;
display:table;
}
}

Expand All @@ -386,35 +385,35 @@ padding: 20px 0px;
}

@media screen and (max-width: 1200px) {
.splash-main {
padding:30px 20px;
}
.splash-wide {
width:100%; /* correct */
height:100%; /* correct */
padding:0px; /* correct */
display:table; /* correct */
box-sizing:border-box;
}
}

@media screen and (min-width: 1200px) {
.splash-main {
padding:0px;
display:table-row;
vertical-align:middle;
}
.splash-wide {
width:100%; /* correct */
height:100%; /* correct */
padding:0px; /* correct */
display:table; /* correct */
}
}

@media screen and (max-width: 1200px) {
.splash-wide {
padding: 0px;
box-sizing:border-box;
display:table;
}
.splash-main {
padding:30px 20px; /* correct */
}
}

@media screen and (min-width: 1200px) {
.splash-wide {
width:100%;
height:100%;
padding: 0px;
box-sizing:border-box;
display:table;
}
.splash-main {
padding:0px; /* correct */
display:table-row; /* correct */
}
}

.splash-fixed {
Expand Down Expand Up @@ -581,22 +580,14 @@ color:#263238;

@media screen and (max-width: 1200px) {
.welcome-wrapper {
width:100%;
padding:0px;
box-sizing:border-box;
}
}

.welcome-super-wrapper {
display:table;
vertical-align:middle;
}
}

@media screen and (min-width: 1200px) {
.welcome-wrapper {
max-width:900px;
vertical-align:middle;
display: table-cell;
}
}
}

.title-wrapper {
Expand Down

0 comments on commit 992637e

Please sign in to comment.