Skip to content
Snippets Groups Projects
Commit 386c8c72 authored by apsr23's avatar apsr23
Browse files

Merge branch 'issue-6/layout' into 'develop'

FIX store button

See merge request !13
parents 05b73ded d99a3989
Branches
No related tags found
1 merge request!13FIX store button
......@@ -107,7 +107,6 @@
<style>
:global(body) {
background-image: url('/background.png');
margin: 0;
padding: 0;
color: #00f7ff;
......@@ -178,6 +177,7 @@
margin-bottom: 8px;
cursor: pointer;
text-align: left;
font-family: 'Rajdhani', 'Courier New', sans-serif;
}
.filter-btn:hover {
......@@ -203,6 +203,7 @@
flex: 1;
padding: 20px;
overflow-y: auto; /* Mantém o scroll funcionando */
background-image: url('/background.png');
}
p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment