mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-04 16:34:30 +02:00
grid
This commit is contained in:
parent
c7999d087b
commit
01fb86acdb
@ -4,13 +4,11 @@
|
||||
export let alt = "Contributors Image"
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<a {href}>
|
||||
<button>
|
||||
<img {src} {alt}><slot/>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
a {
|
||||
|
@ -32,19 +32,13 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: grid;
|
||||
grid-column: 9;
|
||||
gap: 100px;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 9;
|
||||
}
|
||||
|
||||
.social-host {
|
||||
width: 100;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: 5rem;
|
||||
margin-right: 5rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user