mirror of
https://gitlab.com/tavo-wasd/conex-pages.git
synced 2025-06-06 21:13:29 -06:00
css fices
This commit is contained in:
parent
946c8da44d
commit
6f37f37b8e
1 changed files with 16 additions and 3 deletions
|
@ -18,7 +18,7 @@ body {
|
|||
box-shadow: 0 15vh 30vh black inset;
|
||||
background-position: 50%;
|
||||
background-size: cover;
|
||||
margin-bottom: 4vh;
|
||||
margin-bottom: 2vh;
|
||||
}
|
||||
|
||||
div.desc {
|
||||
|
@ -30,7 +30,7 @@ div.desc {
|
|||
|
||||
div.banner h1 {
|
||||
color: white;
|
||||
line-height: 1vh;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
div.banner p {
|
||||
|
@ -63,11 +63,15 @@ input {
|
|||
div.cardscontainer {
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
display: grid;
|
||||
line-height: 1.1em;
|
||||
line-height: 0.2em;
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
div.cardscontainer p {
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
div.card {
|
||||
color: black;
|
||||
border-radius: 10px;
|
||||
|
@ -98,6 +102,15 @@ div.card:hover {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.content img {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in a new issue