mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed proportions
This commit is contained in:
parent
8b25e0631a
commit
1ad7b3c8a0
4 changed files with 17 additions and 1484 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: 14fr 10fr;
|
||||
grid-template-columns: 17fr 10fr;
|
||||
column-gap: 50px;
|
||||
border-bottom: 2px solid var(--color-line);
|
||||
|
||||
|
@ -93,6 +93,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
max-width: 500px;
|
||||
|
||||
@include tablet {
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue