I dunno how to pro gram

This commit is contained in:
Michał Gdula 2023-06-18 21:50:07 +00:00
parent a71584ef98
commit 7617e19e66
47 changed files with 70 additions and 25 deletions

View file

@ -1,35 +0,0 @@
.table
width: 100%
border-radius: $radius
overflow: hidden
border: 1px solid $dark
table
border: none
border-collapse: collapse
width: 100%
tr
border: none
border-bottom: 1px solid $dark
&:last-child
border: none
th, td
padding: 0.5rem
text-align: left
vertical-align: top
border-right: 1px solid $dark
&:last-child
border: none
th
background: $dark
color: $light
@media (max-width: 768px)
.table table
th, td
padding: 0.25rem