forked from StrafesNET/landing-page
two columns for links
This commit is contained in:
parent
132a04cd4c
commit
8f164d0d47
11
index.html
11
index.html
@ -90,15 +90,16 @@
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 15px;
|
||||
margin-bottom: 40px;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.link {
|
||||
padding: 12px 24px;
|
||||
padding: 12px 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: #00ffff;
|
||||
text-decoration: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user