Update css

This commit is contained in:
Knah Tsaeb 2021-06-15 14:38:23 +02:00
parent c2149e59fe
commit 3a4521f05d
1 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
@media (min-width: 540px) {
body {
display: grid;
grid-template-columns: 15% 1fr 12%;
grid-template-columns: 14% 1fr 11%;
gap: 0em 1em;
grid-template-areas:
@ -94,12 +94,16 @@ p {
.m,
.a {
max-width: 70%;
max-width: 80%;
min-width: 1%;
padding: 5px 10px;
padding: .4em .8em;
border-radius: .4em;
font-size: 0.85rem;
margin-bottom: 0.2rem;
font-size: .9rem;
margin-bottom: 0.3rem;
}
.m br, .a br {
margin-bottom: .7rem;
}
.m {
@ -115,10 +119,6 @@ p {
text-align: left;
}
.a br, .m br {
margin-bottom: .3em;
}
.linkTop {
position: fixed;
bottom: 3em;