Merge branch 'website-alignment-fix' into 'dev'
Fixed alignment issue on wider screens See merge request ligolang/ligo!259
This commit is contained in:
commit
dc9747610a
@ -858,6 +858,13 @@ a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1500px) {
|
||||
.centered {
|
||||
max-width: 1400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
.centered {
|
||||
flex-direction: column;
|
||||
@ -954,3 +961,4 @@ a:hover {
|
||||
.language-reasonligo .hljs-constructor {
|
||||
color: #a31515;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user