git ssb

0+

Rômulo Alves / website



Commit 7d084ede5b2b7a14bff692d9f8932f30b7680225

Mobile improvements

romuloalves committed on 3/21/2020, 1:48:21 PM
Parent: ebdd10186a93b78fc7c286a7af3746e479f49e70

Files changed

index.htmlchanged
package.jsonchanged
index.htmlView
@@ -7,8 +7,12 @@
77 <meta name="description" content="romuloalves - software engineer at Pling" />
88 <link rel="icon" type="image/png" href="static/favicon.png" />
99 <title>romuloalves</title>
1010 <style type="text/css">
11 + html, body {
12 + margin: 0;
13 + padding: 25px;
14 + }
1115 h1, h2 {
1216 margin: 0;
1317 padding: 0;
1418 }
@@ -44,8 +48,28 @@
4448 background: #eee;
4549 margin-left: 5px;
4650 padding: 2px 5px;
4751 }
52 +
53 + @media (max-width: 700px) {
54 + html, body {
55 + margin: 8px;
56 + padding: 0;
57 + }
58 + section ul {
59 + padding: 15px 0;
60 + }
61 + section ul span {
62 + display: block;
63 + }
64 + section ul li {
65 + margin-bottom: 15px;
66 + word-break: break-word;
67 + }
68 + code {
69 + margin-left: 0;
70 + }
71 + }
4872 </style>
4973 </head>
5074 <body>
5175 <header>
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "website",
3- "version": "5.0.0",
3 + "version": "5.1.0",
44 "description": "Rômulo Alves website",
55 "repository": {
66 "type": "git",
77 "url": "git+https://git.sr.ht/~romuloalves/website"

Built with git-ssb-web