Style optimization, more content
This commit is contained in:
3
static/.htaccess
Normal file
3
static/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Access-Control-Allow-Origin: "*"
|
||||
Access-Control-Allow-Headers: "origin, x-requested-with, content-type"
|
||||
Access-Control-Allow-Methods: "PUT, GET, POST, DELETE, OPTIONS"
|
||||
BIN
static/assets/d5.png
Normal file
BIN
static/assets/d5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
static/assets/shirt.png
Normal file
BIN
static/assets/shirt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@@ -6029,6 +6029,7 @@ footer {
|
||||
}
|
||||
footer .footer-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
max-width: 1440px;
|
||||
padding: 50px 120px;
|
||||
@@ -6045,10 +6046,12 @@ footer .footer-row {
|
||||
}
|
||||
}
|
||||
footer .footer-row .column {
|
||||
text-align: center;
|
||||
margin: 0 10px;
|
||||
flex-direction: column;
|
||||
flex-basis: 100%;
|
||||
flex: 1;
|
||||
flex-basis: 300px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
footer .footer-row a {
|
||||
color: #898f9c;
|
||||
|
||||
2
static/css/ndws.min.css
vendored
2
static/css/ndws.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user