mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 03:47:28 -05:00
uepr-108:scoped css classname
This commit is contained in:
parent
4570d114ef
commit
118e980d2c
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hidden{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.navigation{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
@ -32,6 +28,10 @@
|
|||
align-items: center;
|
||||
margin-bottom: 40px;
|
||||
|
||||
.hidden{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.dotRow{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in a new issue