html fix https://validator.w3.org
This commit is contained in:
parent
a931cfa80a
commit
00f29ebaa2
3 changed files with 23 additions and 19 deletions
assets
|
@ -186,7 +186,7 @@
|
|||
|
||||
/*specials*********************************************************************************************************/
|
||||
|
||||
logo {
|
||||
.logo {
|
||||
color: #D2E0F0;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
|
@ -339,7 +339,7 @@
|
|||
}
|
||||
|
||||
/*footer**links*/
|
||||
@media {
|
||||
@media only screen and (min-width: 450px) {
|
||||
.footer-links-l{
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
|
@ -385,7 +385,7 @@
|
|||
}
|
||||
|
||||
/*footer**links*klein*/
|
||||
@media (max-width: 450px) {
|
||||
@media only screen and (max-width: 450px) {
|
||||
.footer-links-l{
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
|
@ -431,8 +431,8 @@
|
|||
}
|
||||
|
||||
/*footer**rechts*/
|
||||
@media {
|
||||
.footer-links-r{
|
||||
@media only screen and (min-width: 450px) {
|
||||
.footer-links-r{
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -477,7 +477,7 @@
|
|||
}
|
||||
|
||||
/*footer**rechts*small*/
|
||||
@media (max-width: 450px) {
|
||||
@media only screen and (max-width: 450px) {
|
||||
.footer-links-r{
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
|
|
BIN
assets/downloads/CURRICULUM_VITAE_Mathijs_Lermer_zonder_contact_gegevens.pdf
Executable file
BIN
assets/downloads/CURRICULUM_VITAE_Mathijs_Lermer_zonder_contact_gegevens.pdf
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue