Se modifico un poco el layout y la opcion de cambiar la categoria
This commit is contained in:
@@ -8,21 +8,17 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
max-height: 90%;
|
||||
margin: 1rem auto 5rem auto;
|
||||
img.preview {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
margin: 1rem auto 5rem auto;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.flash {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 1.8rem;
|
||||
@@ -32,28 +28,24 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.navbar > *{
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.button.button-primary,
|
||||
button.button-primary,
|
||||
input[type="submit"].button-primary,
|
||||
input[type="reset"].button-primary,
|
||||
.button.button-primary,
|
||||
button.button-primary,
|
||||
input[type="submit"].button-primary,
|
||||
input[type="reset"].button-primary,
|
||||
input[type="button"].button-primary {
|
||||
background-color: var(--primary-color);
|
||||
border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.button.button-primary:hover,
|
||||
.button.button-primary:hover,
|
||||
button.button-primary:hover,
|
||||
input[type="submit"].button-primary:hover,
|
||||
input[type="reset"].button-primary:hover,
|
||||
input[type="button"].button-primary:hover,
|
||||
input[type="button"].button-primary:hover,
|
||||
.button.button-primary:focus,
|
||||
button.button-primary:focus,
|
||||
input[type="submit"].button-primary:focus,
|
||||
@@ -63,7 +55,7 @@ input[type="button"].button-primary:focus {
|
||||
border-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.grid{
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-gap: 3rem 1rem;
|
||||
|
||||
Reference in New Issue
Block a user