Styling: further style addNewPoint, misc style tweaks

This commit is contained in:
Pieter Vander Vennet 2023-05-14 17:59:44 +02:00
parent 83f3662b9a
commit 71abc8a1c4
6 changed files with 50 additions and 52 deletions

View file

@ -1304,6 +1304,11 @@ video {
row-gap: 0.5rem;
}
.gap-x-1 {
-webkit-column-gap: 0.25rem;
column-gap: 0.25rem;
}
.self-start {
align-self: flex-start;
}
@ -2543,6 +2548,10 @@ a.link-underline {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:border-t-2 {
border-top-width: 2px;
}