Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Dec 1, 2023
1 parent 76b161a commit 92d5f6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</head>
<body class="bg-gray-200">
<div class="bg-white">
<nav class="flex flex-col sm:flex-initial">
<nav class="flex flex-row sm:flex-initial">
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none text-indigo-500 border-b-2 font-medium border-indigo-500 flex text-xl">
About
</button>
Expand Down
2 changes: 1 addition & 1 deletion web/pub.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</head>
<body class="bg-gray-200">
<div class="bg-white">
<nav class="flex flex-col">
<nav class="flex flex-row">
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none text-indigo-500 border-b-2 font-medium border-indigo-500 flex text-xl">
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 17a1 1 0 1 1 2 0v1.077c0 .76-.082 1.185-.319 1.627a2.363 2.363 0 0 1-.977.977c-.442.237-.867.319-1.627.319H5.923c-.76 0-1.185-.082-1.627-.319a2.363 2.363 0 0 1-.978-.977C3.082 19.262 3 18.838 3 18.077L2.999 6.5A2.5 2.5 0 0 1 5.502 4l1.5.005a1 1 0 1 1-.005 2L5.499 6a.5.5 0 0 0-.5.5v11.577c0 .459.023.57.083.684.038.07.087.12.157.157.113.06.225.082.684.082h11.154c.459 0 .57-.022.684-.082a.363.363 0 0 0 .157-.157c.06-.113.082-.225.082-.684V17zm4-4a1 1 0 1 1-2 0 9 9 0 0 0-9-9 1 1 0 1 1 0-2c6.075 0 11 4.925 11 11zm-4 0a1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 1 1 0-2 7 7 0 0 1 7 7zm-4 0a1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 1 1 0-2 3 3 0 0 1 3 3z" fill="currentColor"/></svg>
Pub
Expand Down
2 changes: 1 addition & 1 deletion web/sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</head>
<body class="bg-gray-200">
<div class="bg-white">
<nav class="flex flex-col">
<nav class="flex flex-row">
<button class="text-gray-600 py-1 px-2 block hover:text-indigo-500 focus:outline-none flex text-xl">
<svg class="mt-1 mr-1" width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 17a1 1 0 1 1 2 0v1.077c0 .76-.082 1.185-.319 1.627a2.363 2.363 0 0 1-.977.977c-.442.237-.867.319-1.627.319H5.923c-.76 0-1.185-.082-1.627-.319a2.363 2.363 0 0 1-.978-.977C3.082 19.262 3 18.838 3 18.077L2.999 6.5A2.5 2.5 0 0 1 5.502 4l1.5.005a1 1 0 1 1-.005 2L5.499 6a.5.5 0 0 0-.5.5v11.577c0 .459.023.57.083.684.038.07.087.12.157.157.113.06.225.082.684.082h11.154c.459 0 .57-.022.684-.082a.363.363 0 0 0 .157-.157c.06-.113.082-.225.082-.684V17zm4-4a1 1 0 1 1-2 0 9 9 0 0 0-9-9 1 1 0 1 1 0-2c6.075 0 11 4.925 11 11zm-4 0a1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 1 1 0-2 7 7 0 0 1 7 7zm-4 0a1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 1 1 0-2 3 3 0 0 1 3 3z" fill="currentColor"/></svg>
Pub
Expand Down
4 changes: 2 additions & 2 deletions web/tailwind.output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ video {
}

@media (min-width: 640px) {
.sm\:flex-row {
flex-direction: row;
.sm\:flex-initial {
flex: 0 1 auto;
}
}

0 comments on commit 92d5f6f

Please sign in to comment.