mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Do not 100% images by default
This commit is contained in:
parent
27907fefb7
commit
9ac0e23ea3
@ -20,10 +20,6 @@ td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* ===== Content ====
|
||||
@ -101,6 +97,10 @@ img {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.navbar-nav img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.navbar-nav .nav-item {
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user