added map
This commit is contained in:
+4
-1
@@ -15,9 +15,11 @@ h1 {
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
gap: 40px;
|
||||
align-items: flex-start;
|
||||
padding: 0 40px;
|
||||
gap: 40px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.container {
|
||||
@@ -28,6 +30,7 @@ h1 {
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
flex-shrink: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user