pedf
/
fakulta-online
Archived
1
0
Fork 0

Compare commits

...

2 Commits

@ -71,4 +71,8 @@ body.index {
}
}
div.twocolumn {
grid-template-columns: 100%;
}
}

@ -131,17 +131,17 @@ main {
text-decoration: underline;
}
img {
max-width: 100%;
}
section {
img {
img.logo {
max-height: 5em;
max-width: 100%;
&.logo {
max-height: 5em;
max-width: 100%;
display: block;
margin: 2em auto 4em auto;
}
display: block;
margin: 2em auto 4em auto;
}
&.meta {
@ -314,4 +314,12 @@ body.index {
}
}
div.twocolumn {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2em;
img { width: 100%; }
}
@import "mobile";