Skip to content

Commit 1f22842

Browse files
author
Bradley
committed
small styling
1 parent 65e5a8c commit 1f22842

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# merhoo.github.io
2-
This is my personal site for experimenting and professional promotion
2+
This is my site to explore and create web dev stuff.

css/font.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ body {
66
h1, dt, .footer > a {
77
font-family: "Trebuchet MS", Helvetica, sans-serif;
88
letter-spacing: 2px;
9+
font-weight: bold;
910
}
1011
dt {
1112
font-size: 1.25em;
12-
font-weight: bold;
1313
}
1414
h1 {
1515
font-size: 3vw;
1616
letter-spacing: 4px;
17-
font-weight: normal;
1817
}
1918
.bio {
2019
font-size: 2.5vw;
@@ -29,6 +28,7 @@ h1 {
2928
a, .footer > a {
3029
border-bottom: 1px solid #f8f8f6;
3130
color: inherit;
31+
font-weight: normal;
3232
text-decoration: none
3333
}
3434
a {

css/styles.css renamed to css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
margin: 0;
3-
padding: 5vh 0 3vw 3vw;
3+
padding: 5vh 0 5vw 5vw;
44
background-color: #222;
55
-webkit-font-smoothing: antialiased;
66
-moz-osx-font-smoothing: grayscale;
@@ -36,16 +36,16 @@ section {
3636
}
3737
.footer {
3838
position: fixed;
39-
right: 6em;
40-
bottom: 6em;
39+
right: 5em;
40+
bottom: 5em;
4141
display: flex;
4242
flex-direction: column;
4343
justify-content: flex-end;
4444
align-items: flex-end;
4545

4646
}
4747
.footer > a {
48-
margin-top: 1em;
48+
margin-top: 0.7em;
4949
}
5050
a {
5151
position: relative;

css/mobile.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@media (max-width:800px) {
1+
@media (max-width:850px) {
22
body {
3-
padding: 1em 1em 1em 2em;
3+
padding: 7.5vw;
44
flex-flow: column wrap;
55
}
66
.hero {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="og:type" content="website">
1414
<meta name="theme-color" content="#0C0C0C">
1515
<!-- Styles -->
16-
<link href="./css/styles.css" rel="stylesheet">
16+
<link href="./css/main.css" rel="stylesheet">
1717
<link href="./css/crumple.css" rel="stylesheet">
1818
<link href="./css/font.css" rel="stylesheet">
1919
<link href="./css/mobile.css" rel="stylesheet">

0 commit comments

Comments
 (0)