Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent d758feb commit f488b41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion skeleton/public/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html {
font-size: 16px; /* 1rem = 20px */
margin-left: calc(100vw - 100%); /* don't delete this, you gonna thank me later */
}

body {
Expand All @@ -10,6 +10,15 @@ body {

h1 {
font-size: 2.5rem;
margin: 2rem 0.75rem;
}

h2 {
margin: 1.75em 0 .5em;
}

h3 {
margin: 1.5em 0 .25em;
}

a {
Expand Down
2 changes: 1 addition & 1 deletion skeleton/resources/views/app.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit f488b41

Please sign in to comment.