Skip to content

Commit

Permalink
fix wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 1, 2018
1 parent 6107ae0 commit cb7e9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ html, body {
#cont {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -25%);
transform: translateY(-25%);
width: 100%;
}

h1, h2 {
Expand Down
2 changes: 1 addition & 1 deletion style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
* along with this program. If not, please see
* <https://github.com/rgshw/parents/blob/master/LICENSE> or <http://www.gnu.org/licenses/>.
**/
@import url(https://fonts.googleapis.com/css?family=Overpass+Mono);#cont,h4{position:absolute}body,html{margin:0;padding:0;overflow:hidden;text-align:center;font-family:'Overpass Mono',monospace;font-size:42px}.change{animation:bgFlash .5s linear infinite alternate}.change h2{animation:colorFlash .5s linear infinite alternate;font-weight:700}@keyframes bgFlash{0%,50%{background:rgba(255,255,255,1)}100%,50.5%{background:#252D63}}@keyframes colorFlash{0%,50%{color:#252D63}100%,50.5%{color:#fff}}#cont{top:25%;left:50%;transform:translate(-50%,-25%)}h1,h2{margin-top:.6em!important}h2{font-size:.8em}h1,h2,h3,h4{margin:0;font-weight:200}#logo{height:35vH}h4{width:100%;bottom:5px;font-size:.4em}h4 a{text-decoration:none;color:initial}h4 img{height:64px;vertical-align:middle}
@import url(https://fonts.googleapis.com/css?family=Overpass+Mono);#cont,h4{width:100%;position:absolute}body,html{margin:0;padding:0;overflow:hidden;text-align:center;font-family:'Overpass Mono',monospace;font-size:42px}.change{animation:bgFlash .5s linear infinite alternate}.change h2{animation:colorFlash .5s linear infinite alternate;font-weight:700}@keyframes bgFlash{0%,50%{background:rgba(255,255,255,1)}100%,50.5%{background:#252D63}}@keyframes colorFlash{0%,50%{color:#252D63}100%,50.5%{color:#fff}}#cont{top:25%;transform:translateY(-25%)}h1,h2{margin-top:.6em!important}h2{font-size:.8em}h1,h2,h3,h4{margin:0;font-weight:200}#logo{height:35vH}h4{bottom:5px;font-size:.4em}h4 a{text-decoration:none;color:initial}h4 img{height:64px;vertical-align:middle}

0 comments on commit cb7e9e4

Please sign in to comment.