Skip to content

Commit

Permalink
Merge pull request #157 from dbarzin/dev
Browse files Browse the repository at this point in the history
layout input field
  • Loading branch information
dbarzin authored Oct 8, 2024
2 parents fcd16d7 + 0c9bd4e commit dde15ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/all.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<script src="/js/all.js"></script>
<script src="/js/easymde.min.js"></script>


<style>
input[type="text"] {
padding-left: 13px;
}
</style>
</head>

<body class="m4-cloak h-vh-100">
Expand Down

0 comments on commit dde15ee

Please sign in to comment.