Skip to content

Commit 4ac859a

Browse files
committed
Web repo changed to denisshav/tinote-web
1 parent 84b4267 commit 4ac859a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

css/index.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ header .links .link:hover {
183183

184184
.tile-section .icon {
185185
vertical-align: middle;
186-
width: 32px;
186+
width: 48px;
187187
}
188188

189189
.tile-section .desc {
@@ -193,6 +193,7 @@ header .links .link:hover {
193193

194194
.tile-section .links {
195195
float: right;
196+
margin: 8px 0;
196197
}
197198

198199
.tile-section .link {
@@ -229,7 +230,7 @@ header .links .link:hover {
229230
}
230231

231232
.tile-section .title {
232-
margin-left: 8px;
233+
margin-left: 10px;
233234
vertical-align: middle;
234235
font-weight: bold;
235236
font-weight: 20px;
@@ -238,7 +239,7 @@ header .links .link:hover {
238239
/* pre footer */
239240

240241
.pre-footer {
241-
margin: 128px 0 64px 0;
242+
margin-top: 128px;
242243
}
243244

244245
.pre-footer .link {
@@ -298,7 +299,7 @@ footer span {
298299
}
299300
}
300301

301-
@media screen and (max-width: 600px) {
302+
@media screen and (max-width: 650px) {
302303
.tile-section .mini-tile, .tile-section.col-2 .mini-tile, .tile-section.col-3 .mini-tile {
303304
width: 100%;
304305
margin-bottom: 16px;
@@ -328,7 +329,7 @@ footer span {
328329
}
329330

330331
.pre-footer {
331-
margin: 64px 0 0 0;
332+
margin-top: 64px;
332333
padding: 0 8px;
333334
}
334335
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Coming soon</h2>
152152
<span class="version">v1.0.0</span>
153153
</div>
154154
</a>
155-
<a href="https://github.com/ModuleArt/tinote-web" title="GitHub repository">
155+
<a href="https://github.com/denisshav/tinote-web" title="GitHub repository">
156156
<div class="link">
157157
<img src="imgs/icons/github.png"/>
158158
<span>Web</span>

0 commit comments

Comments
 (0)